Html Css Color HEX #09697D Blue Lagoon

📋 copy color: '#09697D'

red 9 ◦ green 105 ◦ blue 125

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

Shades of Blue Lagoon #09697D

Tints of Blue Lagoon #09697D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 43.93%

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

R = 3.77%
G = 43.93%
B = 52.3%

CMYK

 C value IS 0.93

 M value IS 0.16

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#09697D (or 0x09697D) is known color: Blue Lagoon. HEX triplet: 09, 69 and 7D. RGB value is (9,105,125). Sum of RGB (Red+Green+Blue) = 9+105+125=239 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.77% from 239); Green value is 105 (41.41% from 255 or 43.93% from 239); Blue value is 125 (49.22% from 255 or 52.30% from 239); Max value from RGB is 125 - color contains mainly: blue. Hex color #09697D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09697D is #F69682. Grayscale: #4E4E4E. Windows color (decimal): -16160387 or 8218889. OLE color: 8218889.

HSL color Cylindrical-coordinate representation of color #09697D: hue angle of 190.34º 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 #09697D is Cyan = 0.93, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 9 105 125 -
CMYK 0.93 0.16 0 0.51
HSL 190.34º 0.87% 0.26% -
HSV(B) 190.34º 0.93% 0.49% -
XYZ 8.87 11.64 21.18 -
YUV 78.58 154.2 78.37 -
System Red Green Blue C M Y K H S L
Decimal 9 105 125 0.93 0.16 0 0.51 190.34 0.87 0.26
Hex 9 69 7D 5D 10 0 33 BE 57 1A
Octal 11 151 175 135 20 0 63 276 127 32
Binary 1001 1101001 1111101 1011101 10000 0 110011 10111110 1010111 11010

Color Harmonies of #09697D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09697D

Black with #09697D

Text Example


Text Example

White with #09697D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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