Html Css Color HEX #096867 Blue Stone

📋 copy color: '#096867'

red 9 ◦ green 104 ◦ blue 103

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

Shades of Blue Stone #096867

Tints of Blue Stone #096867

RGB

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

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

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

R = 4.17%
G = 48.15%
B = 47.69%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.01

 K value IS 0.59

RGB Variations

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

Color information

#096867 (or 0x096867) is known color: Blue Stone. HEX triplet: 09, 68 and 67. RGB value is (9,104,103). Sum of RGB (Red+Green+Blue) = 9+104+103=216 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.17% from 216); Green value is 104 (41.02% from 255 or 48.15% from 216); Blue value is 103 (40.62% from 255 or 47.69% from 216); Max value from RGB is 104 - color contains mainly: green. Hex color #096867 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096867 is #F69798. Grayscale: #4B4B4B. Windows color (decimal): -16160665 or 6776841. OLE color: 6776841.

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

Color convert

RGB 9 104 103 -
CMYK 0.91 0 0.01 0.59
HSL 179.37º 0.84% 0.22% -
HSV(B) 179.37º 0.91% 0.41% -
XYZ 7.51 10.94 14.55 -
YUV 75.48 143.53 80.58 -
System Red Green Blue C M Y K H S L
Decimal 9 104 103 0.91 0 0.01 0.59 179.37 0.84 0.22
Hex 9 68 67 5B 0 1 3B B3 54 16
Octal 11 150 147 133 0 1 73 263 124 26
Binary 1001 1101000 1100111 1011011 0 1 111011 10110011 1010100 10110

Color Harmonies of #096867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096867

Black with #096867

Text Example


Text Example

White with #096867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096867; }

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

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

background-color css

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

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

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

border-color css

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

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

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