Html Css Color HEX #09646D Blue Lagoon

📋 copy color: '#09646D'

red 9 ◦ green 100 ◦ blue 109

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

Shades of Blue Lagoon #09646D

Tints of Blue Lagoon #09646D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 45.87%

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

R = 4.13%
G = 45.87%
B = 50%

CMYK

 C value IS 0.92

 M value IS 0.08

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#09646D (or 0x09646D) is known color: Blue Lagoon. HEX triplet: 09, 64 and 6D. RGB value is (9,100,109). Sum of RGB (Red+Green+Blue) = 9+100+109=218 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.13% from 218); Green value is 100 (39.45% from 255 or 45.87% from 218); Blue value is 109 (42.97% from 255 or 50% from 218); Max value from RGB is 109 - color contains mainly: blue. Hex color #09646D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09646D is #F69B92. Grayscale: #494949. Windows color (decimal): -16161683 or 7169033. OLE color: 7169033.

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

Color convert

RGB 9 100 109 -
CMYK 0.92 0.08 0 0.57
HSL 185.4º 0.85% 0.23% -
HSV(B) 185.4º 0.92% 0.43% -
XYZ 7.43 10.28 16.06 -
YUV 73.82 147.85 81.77 -
System Red Green Blue C M Y K H S L
Decimal 9 100 109 0.92 0.08 0 0.57 185.4 0.85 0.23
Hex 9 64 6D 5C 8 0 39 B9 55 17
Octal 11 144 155 134 10 0 71 271 125 27
Binary 1001 1100100 1101101 1011100 1000 0 111001 10111001 1010101 10111

Color Harmonies of #09646D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09646D

Black with #09646D

Text Example


Text Example

White with #09646D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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