Html Css Color HEX #09606A Blue Lagoon

📋 copy color: '#09606A'

red 9 ◦ green 96 ◦ blue 106

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

Shades of Blue Lagoon #09606A

Tints of Blue Lagoon #09606A

RGB

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

 GREEN value IS 96 (37.89% from 255) = 45.5%

 BLUE value IS 106 (41.8% from 255) = 50.24%

R = 4.27%
G = 45.5%
B = 50.24%

CMYK

 C value IS 0.92

 M value IS 0.09

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#09606A (or 0x09606A) is known color: Blue Lagoon. HEX triplet: 09, 60 and 6A. RGB value is (9,96,106). Sum of RGB (Red+Green+Blue) = 9+96+106=211 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.27% from 211); Green value is 96 (37.89% from 255 or 45.50% from 211); Blue value is 106 (41.80% from 255 or 50.24% from 211); Max value from RGB is 106 - color contains mainly: blue. Hex color #09606A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09606A is #F69F95. Grayscale: #474747. Windows color (decimal): -16162710 or 6971401. OLE color: 6971401.

HSL color Cylindrical-coordinate representation of color #09606A: hue angle of 186.19º 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 #09606A is Cyan = 0.92, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 9 96 106 -
CMYK 0.92 0.09 0 0.58
HSL 186.19º 0.84% 0.23% -
HSV(B) 186.19º 0.92% 0.42% -
XYZ 6.9 9.46 15.1 -
YUV 71.13 147.68 83.69 -
System Red Green Blue C M Y K H S L
Decimal 9 96 106 0.92 0.09 0 0.58 186.19 0.84 0.23
Hex 9 60 6A 5C 9 0 3A BA 54 17
Octal 11 140 152 134 11 0 72 272 124 27
Binary 1001 1100000 1101010 1011100 1001 0 111010 10111010 1010100 10111

Color Harmonies of #09606A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09606A

Black with #09606A

Text Example


Text Example

White with #09606A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09606A; }

 p { color: rgb(9,96,106); }

 H1.HeaderClassName
 {
   color: #09606A;
 }
 .AnyTagClassName
 {
   color: #09606A;
 }
</style>

background-color css

<style>
 a { background-color: #09606A; }

 a { background-color: rgb(9,96,106); }

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

border-color css

<style>
 span { border-color: #09606A; }

 span { border-color: rgb(9,96,106); }

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