Html Css Color HEX #096C63 Blue Stone

📋 copy color: '#096C63'

red 9 ◦ green 108 ◦ blue 99

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

Shades of Blue Stone #096C63

Tints of Blue Stone #096C63

RGB

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

 GREEN value IS 108 (42.58% from 255) = 50%

 BLUE value IS 99 (39.06% from 255) = 45.83%

R = 4.17%
G = 50%
B = 45.83%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.08

 K value IS 0.58

RGB Variations

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

Color information

#096C63 (or 0x096C63) is known color: Blue Stone. HEX triplet: 09, 6C and 63. RGB value is (9,108,99). Sum of RGB (Red+Green+Blue) = 9+108+99=216 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.17% from 216); Green value is 108 (42.58% from 255 or 50% from 216); Blue value is 99 (39.06% from 255 or 45.83% from 216); Max value from RGB is 108 - color contains mainly: green. Hex color #096C63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096C63 is #F6939C. Grayscale: #4D4D4D. Windows color (decimal): -16159645 or 6515721. OLE color: 6515721.

HSL color Cylindrical-coordinate representation of color #096C63: hue angle of 174.55º 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 #096C63 is Cyan = 0.92, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.58.

Color convert

RGB 9 108 99 -
CMYK 0.92 0 0.08 0.58
HSL 174.55º 0.85% 0.23% -
HSV(B) 174.55º 0.92% 0.42% -
XYZ 7.73 11.68 13.65 -
YUV 77.37 140.2 79.23 -
System Red Green Blue C M Y K H S L
Decimal 9 108 99 0.92 0 0.08 0.58 174.55 0.85 0.23
Hex 9 6C 63 5C 0 8 3A AF 55 17
Octal 11 154 143 134 0 10 72 257 125 27
Binary 1001 1101100 1100011 1011100 0 1000 111010 10101111 1010101 10111

Color Harmonies of #096C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096C63

Black with #096C63

Text Example


Text Example

White with #096C63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096C63; }

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

 H1.HeaderClassName
 {
   color: #096C63;
 }
 .AnyTagClassName
 {
   color: #096C63;
 }
</style>

background-color css

<style>
 a { background-color: #096C63; }

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

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

border-color css

<style>
 span { border-color: #096C63; }

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

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