Html Css Color HEX #096664 Blue Stone

📋 copy color: '#096664'

red 9 ◦ green 102 ◦ blue 100

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

Shades of Blue Stone #096664

Tints of Blue Stone #096664

RGB

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

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

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

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

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.02

 K value IS 0.6

RGB Variations

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

Color information

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

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

Color convert

RGB 9 102 100 -
CMYK 0.91 0 0.02 0.6
HSL 178.71º 0.84% 0.22% -
HSV(B) 178.71º 0.91% 0.4% -
XYZ 7.16 10.48 13.7 -
YUV 73.97 142.69 81.66 -
System Red Green Blue C M Y K H S L
Decimal 9 102 100 0.91 0 0.02 0.6 178.71 0.84 0.22
Hex 9 66 64 5B 0 2 3C B3 54 16
Octal 11 146 144 133 0 2 74 263 124 26
Binary 1001 1100110 1100100 1011011 0 10 111100 10110011 1010100 10110

Color Harmonies of #096664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096664

Black with #096664

Text Example


Text Example

White with #096664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096664; }

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

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

background-color css

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

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

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

border-color css

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

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

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