Html Css Color HEX #096866 Blue Stone

📋 copy color: '#096866'

red 9 ◦ green 104 ◦ blue 102

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

Shades of Blue Stone #096866

Tints of Blue Stone #096866

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 47.44%

R = 4.19%
G = 48.37%
B = 47.44%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.02

 K value IS 0.59

RGB Variations

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

Color information

#096866 (or 0x096866) is known color: Blue Stone. HEX triplet: 09, 68 and 66. RGB value is (9,104,102). Sum of RGB (Red+Green+Blue) = 9+104+102=215 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.19% from 215); Green value is 104 (41.02% from 255 or 48.37% from 215); Blue value is 102 (40.23% from 255 or 47.44% from 215); Max value from RGB is 104 - color contains mainly: green. Hex color #096866 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096866 is #F69799. Grayscale: #4B4B4B. Windows color (decimal): -16160666 or 6711305. OLE color: 6711305.

HSL color Cylindrical-coordinate representation of color #096866: hue angle of 178.74º 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 #096866 is Cyan = 0.91, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.59.

Color convert

RGB 9 104 102 -
CMYK 0.91 0 0.02 0.59
HSL 178.74º 0.84% 0.22% -
HSV(B) 178.74º 0.91% 0.41% -
XYZ 7.46 10.92 14.28 -
YUV 75.37 143.03 80.66 -
System Red Green Blue C M Y K H S L
Decimal 9 104 102 0.91 0 0.02 0.59 178.74 0.84 0.22
Hex 9 68 66 5B 0 2 3B B3 54 16
Octal 11 150 146 133 0 2 73 263 124 26
Binary 1001 1101000 1100110 1011011 0 10 111011 10110011 1010100 10110

Color Harmonies of #096866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096866

Black with #096866

Text Example


Text Example

White with #096866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096866; }

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

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

background-color css

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

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

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

border-color css

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

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

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