Html Css Color HEX #09687F Blue Lagoon

📋 copy color: '#09687F'

red 9 ◦ green 104 ◦ blue 127

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

Shades of Blue Lagoon #09687F

Tints of Blue Lagoon #09687F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 43.33%

 BLUE value IS 127 (50% from 255) = 52.92%

R = 3.75%
G = 43.33%
B = 52.92%

CMYK

 C value IS 0.93

 M value IS 0.18

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#09687F (or 0x09687F) is known color: Blue Lagoon. HEX triplet: 09, 68 and 7F. RGB value is (9,104,127). Sum of RGB (Red+Green+Blue) = 9+104+127=240 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.75% from 240); Green value is 104 (41.02% from 255 or 43.33% from 240); Blue value is 127 (50% from 255 or 52.92% from 240); Max value from RGB is 127 - color contains mainly: blue. Hex color #09687F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09687F is #F69780. Grayscale: #4E4E4E. Windows color (decimal): -16160641 or 8349705. OLE color: 8349705.

HSL color Cylindrical-coordinate representation of color #09687F: hue angle of 191.69º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09687F is Cyan = 0.93, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 9 104 127 -
CMYK 0.93 0.18 0 0.50
HSL 191.69º 0.87% 0.27% -
HSV(B) 191.69º 0.93% 0.5% -
XYZ 8.89 11.49 21.83 -
YUV 78.22 155.53 78.63 -
System Red Green Blue C M Y K H S L
Decimal 9 104 127 0.93 0.18 0 0.50 191.69 0.87 0.27
Hex 9 68 7F 5D 12 0 32 C0 57 1B
Octal 11 150 177 135 22 0 62 300 127 33
Binary 1001 1101000 1111111 1011101 10010 0 110010 11000000 1010111 11011

Color Harmonies of #09687F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09687F

Black with #09687F

Text Example


Text Example

White with #09687F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09687F; }

 p { color: rgb(9,104,127); }

 H1.HeaderClassName
 {
   color: #09687F;
 }
 .AnyTagClassName
 {
   color: #09687F;
 }
</style>

background-color css

<style>
 a { background-color: #09687F; }

 a { background-color: rgb(9,104,127); }

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

border-color css

<style>
 span { border-color: #09687F; }

 span { border-color: rgb(9,104,127); }

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