COLOR #006896

HEX: #006896
RGB: (0,104,150)

Renk bilgisi

#006896 contains only green and blue colors. #006896 ‘ nin web güvenlik rengi #006699 (ya da #069) dir.

RGB renk modeli

#006896 color RGB value is (0,104,150).

  • kırmız ton 0;
  • yeşil ton 104;
  • mavi ton 150.
RGB:
(0,104,150)
(0%,41%,59%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 104 of 255 = 41%
B 150 of 255 = 59%

0
104
150

R + G + B ~ 33%. #006896 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 104 + 150 = 254 (100%)
R 0 of 254 ~ 0%
G 104 of 254 ~ 40.94%
B 150 of 254 ~ 59.06%

%40.94
%59.06

CMYK RENK MODELİ

#006896 rengi CMYK tonu (100,31,0,41).

  • camgöbeği tonu 100.00%
  • eflatun tonu 30.67%
  • sarı tonu 0.00%
  • ana renk tonu 41.18%
CMYK:
(100,31,0,41)
C100M31Y0K41 
(100%,31%,0%,41%)
(1.00/0.31/0.00/0.41)	

CMYK yüzdeleri

%100
%30.67
%0
%41.18

Codes

Color #006896 in popluar color models

006896
RGB0104150
HSL198°100.00%29.41%
HSB/HSV198°100.00%58.82%
CMYK100.00%30.67%0.00%
41.18%

Color #006896 in popluar number systems.

HEX006896
Decimal0104150
Binary0110100010010110
Octal0150226

Shades and tints

Shades of #006896

#006896
(0,104,150)
#005F89
(0,95,137)
#00567C
(0,86,124)
#004D6F
(0,77,111)
#004462
(0,68,98)
#003B55
(0,59,85)
#003248
(0,50,72)
#00293B
(0,41,59)
#00202E
(0,32,46)
#001721
(0,23,33)
#000E14
(0,14,20)
#000000
(0,0,0)

Tints of #006896

#006896
(0,104,150)
#17759F
(23,117,159)
#2E82A8
(46,130,168)
#458FB1
(69,143,177)
#5C9CBA
(92,156,186)
#73A9C3
(115,169,195)
#8AB6CC
(138,182,204)
#A1C3D5
(161,195,213)
#B8D0DE
(184,208,222)
#CFDDE7
(207,221,231)
#E6EAF0
(230,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #006896 color. Also use rgb(0,104,150) instead hex code.

Text Font Color

.myTextColor { color: #006896; }

<p style="color:#006896">This sample text font color is #006896.</p>

This text font color is #006896.


Background Color

.myBgColor { background-color: #006896; }

<div style="background-color:#006896">Inner text</div>

This div background color is #006896.


Border color

.myBorderColor { border: 1px solid #006896; }

<div style="border:3px solid #006896">Div</div>

This div border color is #006896.


Opacity

.myOpacity80 { color: #006896; opacity: 0.8; }

<p style="color:#006896;opacity:0.8;">80%</p>

Text with #006896 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #006896;}

<p style="text-shadow: 3px 3px 1px #006896">Text here.</p>

This text has shadow with #006896 color.

.textShadow {text-shadow: 3px 3px 1px #006896, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #006896, 5px 5px 20px red">Text here.</p>

This text has shadow with #006896 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#006896, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#006896, Direction=45, Strength=4)">Text</p>

This text has shadow with #006896 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #006896;
  -webkit-box-shadow:	1px 1px 3px 2px #006896;
  box-shadow:		1px 1px 3px 2px #006896;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #006896;
-webkit-box-shadow: 1px 1px 3px 2px #006896;
box-shadow:1px 1px 3px 2px #006896;">
Div content here</div>
This div box has shadow with color #006896.

Preview

Color preview on black background

This text has color #006896 on black background.


Color preview on white background

This text has color #006896 on white background.



Black color preview on #006896 background

This text has black color on #006896 background.


White color preview on #006896 background

This text has white color on #006896 background.