Html Css Color HEX #09616C Blue Lagoon

📋 copy color: '#09616C'

red 9 ◦ green 97 ◦ blue 108

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

Shades of Blue Lagoon #09616C

Tints of Blue Lagoon #09616C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 45.33%

 BLUE value IS 108 (42.58% from 255) = 50.47%

R = 4.21%
G = 45.33%
B = 50.47%

CMYK

 C value IS 0.92

 M value IS 0.10

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#09616C (or 0x09616C) is known color: Blue Lagoon. HEX triplet: 09, 61 and 6C. RGB value is (9,97,108). Sum of RGB (Red+Green+Blue) = 9+97+108=214 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.21% from 214); Green value is 97 (38.28% from 255 or 45.33% from 214); Blue value is 108 (42.58% from 255 or 50.47% from 214); Max value from RGB is 108 - color contains mainly: blue. Hex color #09616C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09616C is #F69E93. Grayscale: #474747. Windows color (decimal): -16162452 or 7102729. OLE color: 7102729.

HSL color Cylindrical-coordinate representation of color #09616C: hue angle of 186.67º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09616C is Cyan = 0.92, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 9 97 108 -
CMYK 0.92 0.10 0 0.58
HSL 186.67º 0.85% 0.23% -
HSV(B) 186.67º 0.92% 0.42% -
XYZ 7.09 9.69 15.68 -
YUV 71.94 148.35 83.11 -
System Red Green Blue C M Y K H S L
Decimal 9 97 108 0.92 0.10 0 0.58 186.67 0.85 0.23
Hex 9 61 6C 5C A 0 3A BB 55 17
Octal 11 141 154 134 12 0 72 273 125 27
Binary 1001 1100001 1101100 1011100 1010 0 111010 10111011 1010101 10111

Color Harmonies of #09616C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09616C

Black with #09616C

Text Example


Text Example

White with #09616C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09616C; }

 p { color: rgb(9,97,108); }

 H1.HeaderClassName
 {
   color: #09616C;
 }
 .AnyTagClassName
 {
   color: #09616C;
 }
</style>

background-color css

<style>
 a { background-color: #09616C; }

 a { background-color: rgb(9,97,108); }

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

border-color css

<style>
 span { border-color: #09616C; }

 span { border-color: rgb(9,97,108); }

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