Html Css Color HEX #09687B Blue Lagoon

📋 copy color: '#09687B'

red 9 ◦ green 104 ◦ blue 123

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

Shades of Blue Lagoon #09687B

Tints of Blue Lagoon #09687B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 52.12%

R = 3.81%
G = 44.07%
B = 52.12%

CMYK

 C value IS 0.93

 M value IS 0.15

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#09687B (or 0x09687B) is known color: Blue Lagoon. HEX triplet: 09, 68 and 7B. RGB value is (9,104,123). Sum of RGB (Red+Green+Blue) = 9+104+123=236 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.81% from 236); Green value is 104 (41.02% from 255 or 44.07% from 236); Blue value is 123 (48.44% from 255 or 52.12% from 236); Max value from RGB is 123 - color contains mainly: blue. Hex color #09687B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09687B is #F69784. Grayscale: #4D4D4D. Windows color (decimal): -16160645 or 8087561. OLE color: 8087561.

HSL color Cylindrical-coordinate representation of color #09687B: hue angle of 190º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09687B is Cyan = 0.93, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 9 104 123 -
CMYK 0.93 0.15 0 0.52
HSL 190º 0.86% 0.26% -
HSV(B) 190º 0.93% 0.48% -
XYZ 8.64 11.39 20.48 -
YUV 77.76 153.53 78.96 -
System Red Green Blue C M Y K H S L
Decimal 9 104 123 0.93 0.15 0 0.52 190 0.86 0.26
Hex 9 68 7B 5D F 0 34 BE 56 1A
Octal 11 150 173 135 17 0 64 276 126 32
Binary 1001 1101000 1111011 1011101 1111 0 110100 10111110 1010110 11010

Color Harmonies of #09687B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09687B

Black with #09687B

Text Example


Text Example

White with #09687B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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