Html Css Color HEX #096864 Blue Stone

📋 copy color: '#096864'

red 9 ◦ green 104 ◦ blue 100

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

Shades of Blue Stone #096864

Tints of Blue Stone #096864

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 46.95%

R = 4.23%
G = 48.83%
B = 46.95%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.04

 K value IS 0.59

RGB Variations

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

Color information

#096864 (or 0x096864) is known color: Blue Stone. HEX triplet: 09, 68 and 64. RGB value is (9,104,100). Sum of RGB (Red+Green+Blue) = 9+104+100=213 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.23% from 213); Green value is 104 (41.02% from 255 or 48.83% from 213); Blue value is 100 (39.45% from 255 or 46.95% from 213); Max value from RGB is 104 - color contains mainly: green. Hex color #096864 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096864 is #F6979B. Grayscale: #4B4B4B. Windows color (decimal): -16160668 or 6580233. OLE color: 6580233.

HSL color Cylindrical-coordinate representation of color #096864: hue angle of 177.47º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096864 is Cyan = 0.91, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.59.

Color convert

RGB 9 104 100 -
CMYK 0.91 0 0.04 0.59
HSL 177.47º 0.84% 0.22% -
HSV(B) 177.47º 0.91% 0.41% -
XYZ 7.36 10.88 13.77 -
YUV 75.14 142.03 80.83 -
System Red Green Blue C M Y K H S L
Decimal 9 104 100 0.91 0 0.04 0.59 177.47 0.84 0.22
Hex 9 68 64 5B 0 4 3B B1 54 16
Octal 11 150 144 133 0 4 73 261 124 26
Binary 1001 1101000 1100100 1011011 0 100 111011 10110001 1010100 10110

Color Harmonies of #096864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096864

Black with #096864

Text Example


Text Example

White with #096864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096864; }

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

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

background-color css

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

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

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

border-color css

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

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

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