Html Css Color HEX #096667 Blue Stone

📋 copy color: '#096667'

red 9 ◦ green 102 ◦ blue 103

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

Shades of Blue Stone #096667

Tints of Blue Stone #096667

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 48.13%

R = 4.21%
G = 47.66%
B = 48.13%

CMYK

 C value IS 0.91

 M value IS 0.01

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#096667 (or 0x096667) is known color: Blue Stone. HEX triplet: 09, 66 and 67. RGB value is (9,102,103). Sum of RGB (Red+Green+Blue) = 9+102+103=214 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.21% from 214); Green value is 102 (40.23% from 255 or 47.66% from 214); Blue value is 103 (40.62% from 255 or 48.13% from 214); Max value from RGB is 103 - color contains mainly: blue. Hex color #096667 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096667 is #F69998. Grayscale: #4A4A4A. Windows color (decimal): -16161177 or 6776329. OLE color: 6776329.

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

Color convert

RGB 9 102 103 -
CMYK 0.91 0.01 0 0.60
HSL 180.64º 0.84% 0.22% -
HSV(B) 180.64º 0.91% 0.4% -
XYZ 7.31 10.54 14.48 -
YUV 74.31 144.19 81.42 -
System Red Green Blue C M Y K H S L
Decimal 9 102 103 0.91 0.01 0 0.60 180.64 0.84 0.22
Hex 9 66 67 5B 1 0 3C B5 54 16
Octal 11 146 147 133 1 0 74 265 124 26
Binary 1001 1100110 1100111 1011011 1 0 111100 10110101 1010100 10110

Color Harmonies of #096667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096667

Black with #096667

Text Example


Text Example

White with #096667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096667; }

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

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

background-color css

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

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

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

border-color css

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

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

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