Html Css Color HEX #096466 Blue Stone

📋 copy color: '#096466'

red 9 ◦ green 100 ◦ blue 102

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

Shades of Blue Stone #096466

Tints of Blue Stone #096466

RGB

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

 GREEN value IS 100 (39.45% from 255) = 47.39%

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

R = 4.27%
G = 47.39%
B = 48.34%

CMYK

 C value IS 0.91

 M value IS 0.02

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#096466 (or 0x096466) is known color: Blue Stone. HEX triplet: 09, 64 and 66. RGB value is (9,100,102). Sum of RGB (Red+Green+Blue) = 9+100+102=211 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.27% from 211); Green value is 100 (39.45% from 255 or 47.39% from 211); Blue value is 102 (40.23% from 255 or 48.34% from 211); Max value from RGB is 102 - color contains mainly: blue. Hex color #096466 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096466 is #F69B99. Grayscale: #484848. Windows color (decimal): -16161690 or 6710281. OLE color: 6710281.

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

Color convert

RGB 9 100 102 -
CMYK 0.91 0.02 0 0.6
HSL 181.29º 0.84% 0.22% -
HSV(B) 181.29º 0.91% 0.4% -
XYZ 7.07 10.13 14.15 -
YUV 73.02 144.35 82.34 -
System Red Green Blue C M Y K H S L
Decimal 9 100 102 0.91 0.02 0 0.6 181.29 0.84 0.22
Hex 9 64 66 5B 2 0 3C B5 54 16
Octal 11 144 146 133 2 0 74 265 124 26
Binary 1001 1100100 1100110 1011011 10 0 111100 10110101 1010100 10110

Color Harmonies of #096466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096466

Black with #096466

Text Example


Text Example

White with #096466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096466; }

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

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

background-color css

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

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

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

border-color css

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

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

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