COLOR #006188

HEX: #006188
RGB: (0,97,136)

Renk bilgisi

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

RGB renk modeli

#006188 color RGB value is (0,97,136).

  • kırmız ton 0;
  • yeşil ton 97;
  • mavi ton 136.
RGB:
(0,97,136)
(0%,38%,53%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 97 of 255 = 38%
B 136 of 255 = 53%

0
97
136

R + G + B ~ 30%. #006188 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 97 + 136 = 233 (100%)
R 0 of 233 ~ 0%
G 97 of 233 ~ 41.63%
B 136 of 233 ~ 58.37%

%41.63
%58.37

CMYK RENK MODELİ

#006188 rengi CMYK tonu (100,29,0,47).

  • camgöbeği tonu 100.00%
  • eflatun tonu 28.68%
  • sarı tonu 0.00%
  • ana renk tonu 46.67%
CMYK:
(100,29,0,47)
C100M29Y0K47 
(100%,29%,0%,47%)
(1.00/0.29/0.00/0.47)	

CMYK yüzdeleri

%100
%28.68
%0
%46.67

Codes

Color #006188 in popluar color models

006188
RGB097136
HSL197°100.00%26.67%
HSB/HSV197°100.00%53.33%
CMYK100.00%28.68%0.00%
46.67%

Color #006188 in popluar number systems.

HEX006188
Decimal097136
Binary0110000110001000
Octal0141210

Shades and tints

Shades of #006188

#006188
(0,97,136)
#00597C
(0,89,124)
#005170
(0,81,112)
#004964
(0,73,100)
#004158
(0,65,88)
#00394C
(0,57,76)
#003140
(0,49,64)
#002934
(0,41,52)
#002128
(0,33,40)
#00191C
(0,25,28)
#001110
(0,17,16)
#000000
(0,0,0)

Tints of #006188

#006188
(0,97,136)
#176F92
(23,111,146)
#2E7D9C
(46,125,156)
#458BA6
(69,139,166)
#5C99B0
(92,153,176)
#73A7BA
(115,167,186)
#8AB5C4
(138,181,196)
#A1C3CE
(161,195,206)
#B8D1D8
(184,209,216)
#CFDFE2
(207,223,226)
#E6EDEC
(230,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #006188 color. Also use rgb(0,97,136) instead hex code.

Text Font Color

.myTextColor { color: #006188; }

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

This text font color is #006188.


Background Color

.myBgColor { background-color: #006188; }

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

This div background color is #006188.


Border color

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

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

This div border color is #006188.


Opacity

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

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

Text with #006188 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 #006188;}

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

This text has shadow with #006188 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #006188 on black background.


Color preview on white background

This text has color #006188 on white background.



Black color preview on #006188 background

This text has black color on #006188 background.


White color preview on #006188 background

This text has white color on #006188 background.