Html Css Color HEX #09606D Blue Lagoon

📋 copy color: '#09606D'

red 9 ◦ green 96 ◦ blue 109

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

Shades of Blue Lagoon #09606D

Tints of Blue Lagoon #09606D

RGB

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

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

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

R = 4.21%
G = 44.86%
B = 50.93%

CMYK

 C value IS 0.92

 M value IS 0.12

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#09606D (or 0x09606D) is known color: Blue Lagoon. HEX triplet: 09, 60 and 6D. RGB value is (9,96,109). Sum of RGB (Red+Green+Blue) = 9+96+109=214 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.21% from 214); Green value is 96 (37.89% from 255 or 44.86% from 214); Blue value is 109 (42.97% from 255 or 50.93% from 214); Max value from RGB is 109 - color contains mainly: blue. Hex color #09606D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09606D is #F69F92. Grayscale: #474747. Windows color (decimal): -16162707 or 7168009. OLE color: 7168009.

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

Color convert

RGB 9 96 109 -
CMYK 0.92 0.12 0 0.57
HSL 187.8º 0.85% 0.23% -
HSV(B) 187.8º 0.92% 0.43% -
XYZ 7.06 9.53 15.94 -
YUV 71.47 149.18 83.44 -
System Red Green Blue C M Y K H S L
Decimal 9 96 109 0.92 0.12 0 0.57 187.8 0.85 0.23
Hex 9 60 6D 5C C 0 39 BC 55 17
Octal 11 140 155 134 14 0 71 274 125 27
Binary 1001 1100000 1101101 1011100 1100 0 111001 10111100 1010101 10111

Color Harmonies of #09606D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09606D

Black with #09606D

Text Example


Text Example

White with #09606D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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