Html Css Color HEX #096563 Blue Stone

📋 copy color: '#096563'

red 9 ◦ green 101 ◦ blue 99

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

Shades of Blue Stone #096563

Tints of Blue Stone #096563

RGB

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

 GREEN value IS 101 (39.84% from 255) = 48.33%

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

R = 4.31%
G = 48.33%
B = 47.37%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.02

 K value IS 0.60

RGB Variations

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

Color information

#096563 (or 0x096563) is known color: Blue Stone. HEX triplet: 09, 65 and 63. RGB value is (9,101,99). Sum of RGB (Red+Green+Blue) = 9+101+99=209 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.31% from 209); Green value is 101 (39.84% from 255 or 48.33% from 209); Blue value is 99 (39.06% from 255 or 47.37% from 209); Max value from RGB is 101 - color contains mainly: green. Hex color #096563 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096563 is #F69A9C. Grayscale: #494949. Windows color (decimal): -16161437 or 6513929. OLE color: 6513929.

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

Color convert

RGB 9 101 99 -
CMYK 0.91 0 0.02 0.60
HSL 178.7º 0.84% 0.22% -
HSV(B) 178.7º 0.91% 0.4% -
XYZ 7.02 10.27 13.42 -
YUV 73.26 142.52 82.16 -
System Red Green Blue C M Y K H S L
Decimal 9 101 99 0.91 0 0.02 0.60 178.7 0.84 0.22
Hex 9 65 63 5B 0 2 3C B3 54 16
Octal 11 145 143 133 0 2 74 263 124 26
Binary 1001 1100101 1100011 1011011 0 10 111100 10110011 1010100 10110

Color Harmonies of #096563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096563

Black with #096563

Text Example


Text Example

White with #096563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096563; }

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

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

background-color css

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

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

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

border-color css

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

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

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