Html Css Color HEX #09666D Blue Lagoon

📋 copy color: '#09666D'

red 9 ◦ green 102 ◦ blue 109

#09666D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Lagoon #09666D

Tints of Blue Lagoon #09666D

RGB

 RED value IS 9 (3.91% from 255) = 4.09%

 GREEN value IS 102 (40.23% from 255) = 46.36%

 BLUE value IS 109 (42.97% from 255) = 49.55%

R = 4.09%
G = 46.36%
B = 49.55%

CMYK

 C value IS 0.92

 M value IS 0.06

 Y value IS 0

 K value IS 0.57

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#09666D (or 0x09666D) is known color: Blue Lagoon. HEX triplet: 09, 66 and 6D. RGB value is (9,102,109). Sum of RGB (Red+Green+Blue) = 9+102+109=220 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.09% from 220); Green value is 102 (40.23% from 255 or 46.36% from 220); Blue value is 109 (42.97% from 255 or 49.55% from 220); Max value from RGB is 109 - color contains mainly: blue. Hex color #09666D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09666D is #F69992. Grayscale: #4A4A4A. Windows color (decimal): -16161171 or 7169545. OLE color: 7169545.

HSL color Cylindrical-coordinate representation of color #09666D: hue angle of 184.2º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09666D is Cyan = 0.92, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 9 102 109 -
CMYK 0.92 0.06 0 0.57
HSL 184.2º 0.85% 0.23% -
HSV(B) 184.2º 0.92% 0.43% -
XYZ 7.62 10.66 16.12 -
YUV 74.99 147.19 80.93 -
System Red Green Blue C M Y K H S L
Decimal 9 102 109 0.92 0.06 0 0.57 184.2 0.85 0.23
Hex 9 66 6D 5C 6 0 39 B8 55 17
Octal 11 146 155 134 6 0 71 270 125 27
Binary 1001 1100110 1101101 1011100 110 0 111001 10111000 1010101 10111

Color Harmonies of #09666D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09666D

Black with #09666D

Text Example


Text Example

White with #09666D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09666D; }

 p { color: rgb(9,102,109); }

 H1.HeaderClassName
 {
   color: #09666D;
 }
 .AnyTagClassName
 {
   color: #09666D;
 }
</style>

background-color css

<style>
 a { background-color: #09666D; }

 a { background-color: rgb(9,102,109); }

 div.DivClassName
 {
   background-color: #09666D;
 }
 .BgClassName
 {
   background-color: #09666D;
 }
</style>

border-color css

<style>
 span { border-color: #09666D; }

 span { border-color: rgb(9,102,109); }

 td.TdClassName
 {
   border-color: #09666D;
 }
 .TagClassName
 {
   border-color: #09666D;
 }
</style>