Html Css Color HEX #096863 Blue Stone

📋 copy color: '#096863'

red 9 ◦ green 104 ◦ blue 99

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

Shades of Blue Stone #096863

Tints of Blue Stone #096863

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 46.7%

R = 4.25%
G = 49.06%
B = 46.7%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.05

 K value IS 0.59

RGB Variations

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

Color information

#096863 (or 0x096863) is known color: Blue Stone. HEX triplet: 09, 68 and 63. RGB value is (9,104,99). Sum of RGB (Red+Green+Blue) = 9+104+99=212 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.25% from 212); Green value is 104 (41.02% from 255 or 49.06% from 212); Blue value is 99 (39.06% from 255 or 46.70% from 212); Max value from RGB is 104 - color contains mainly: green. Hex color #096863 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096863 is #F6979C. Grayscale: #4A4A4A. Windows color (decimal): -16160669 or 6514697. OLE color: 6514697.

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

Color convert

RGB 9 104 99 -
CMYK 0.91 0 0.05 0.59
HSL 176.84º 0.84% 0.22% -
HSV(B) 176.84º 0.91% 0.41% -
XYZ 7.32 10.86 13.51 -
YUV 75.03 141.53 80.91 -
System Red Green Blue C M Y K H S L
Decimal 9 104 99 0.91 0 0.05 0.59 176.84 0.84 0.22
Hex 9 68 63 5B 0 5 3B B1 54 16
Octal 11 150 143 133 0 5 73 261 124 26
Binary 1001 1101000 1100011 1011011 0 101 111011 10110001 1010100 10110

Color Harmonies of #096863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096863

Black with #096863

Text Example


Text Example

White with #096863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096863; }

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

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

background-color css

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

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

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

border-color css

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

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

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