Html Css Color HEX #09666B Blue Lagoon

📋 copy color: '#09666B'

red 9 ◦ green 102 ◦ blue 107

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

Shades of Blue Lagoon #09666B

Tints of Blue Lagoon #09666B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 49.08%

R = 4.13%
G = 46.79%
B = 49.08%

CMYK

 C value IS 0.92

 M value IS 0.05

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#09666B (or 0x09666B) is known color: Blue Lagoon. HEX triplet: 09, 66 and 6B. RGB value is (9,102,107). Sum of RGB (Red+Green+Blue) = 9+102+107=218 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.13% from 218); Green value is 102 (40.23% from 255 or 46.79% from 218); Blue value is 107 (42.19% from 255 or 49.08% from 218); Max value from RGB is 107 - color contains mainly: blue. Hex color #09666B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09666B is #F69994. Grayscale: #4A4A4A. Windows color (decimal): -16161173 or 7038473. OLE color: 7038473.

HSL color Cylindrical-coordinate representation of color #09666B: hue angle of 183.06º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09666B is Cyan = 0.92, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 9 102 107 -
CMYK 0.92 0.05 0 0.58
HSL 183.06º 0.84% 0.23% -
HSV(B) 183.06º 0.92% 0.42% -
XYZ 7.52 10.62 15.56 -
YUV 74.76 146.19 81.09 -
System Red Green Blue C M Y K H S L
Decimal 9 102 107 0.92 0.05 0 0.58 183.06 0.84 0.23
Hex 9 66 6B 5C 5 0 3A B7 54 17
Octal 11 146 153 134 5 0 72 267 124 27
Binary 1001 1100110 1101011 1011100 101 0 111010 10110111 1010100 10111

Color Harmonies of #09666B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09666B

Black with #09666B

Text Example


Text Example

White with #09666B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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