Html Css Color HEX #09677D Blue Lagoon

📋 copy color: '#09677D'

red 9 ◦ green 103 ◦ blue 125

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

Shades of Blue Lagoon #09677D

Tints of Blue Lagoon #09677D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 43.46%

 BLUE value IS 125 (49.22% from 255) = 52.74%

R = 3.8%
G = 43.46%
B = 52.74%

CMYK

 C value IS 0.93

 M value IS 0.18

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#09677D (or 0x09677D) is known color: Blue Lagoon. HEX triplet: 09, 67 and 7D. RGB value is (9,103,125). Sum of RGB (Red+Green+Blue) = 9+103+125=237 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.80% from 237); Green value is 103 (40.62% from 255 or 43.46% from 237); Blue value is 125 (49.22% from 255 or 52.74% from 237); Max value from RGB is 125 - color contains mainly: blue. Hex color #09677D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09677D is #F69882. Grayscale: #4D4D4D. Windows color (decimal): -16160899 or 8218377. OLE color: 8218377.

HSL color Cylindrical-coordinate representation of color #09677D: hue angle of 191.38º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09677D is Cyan = 0.93, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 9 103 125 -
CMYK 0.93 0.18 0 0.51
HSL 191.38º 0.87% 0.26% -
HSV(B) 191.38º 0.93% 0.49% -
XYZ 8.66 11.24 21.11 -
YUV 77.4 154.86 79.21 -
System Red Green Blue C M Y K H S L
Decimal 9 103 125 0.93 0.18 0 0.51 191.38 0.87 0.26
Hex 9 67 7D 5D 12 0 33 BF 57 1A
Octal 11 147 175 135 22 0 63 277 127 32
Binary 1001 1100111 1111101 1011101 10010 0 110011 10111111 1010111 11010

Color Harmonies of #09677D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09677D

Black with #09677D

Text Example


Text Example

White with #09677D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,103,125); }

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

background-color css

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

 a { background-color: rgb(9,103,125); }

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

border-color css

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

 span { border-color: rgb(9,103,125); }

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