Html Css Color HEX #096862 Blue Stone

📋 copy color: '#096862'

red 9 ◦ green 104 ◦ blue 98

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

Shades of Blue Stone #096862

Tints of Blue Stone #096862

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 46.45%

R = 4.27%
G = 49.29%
B = 46.45%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.06

 K value IS 0.59

RGB Variations

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

Color information

#096862 (or 0x096862) is known color: Blue Stone. HEX triplet: 09, 68 and 62. RGB value is (9,104,98). Sum of RGB (Red+Green+Blue) = 9+104+98=211 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.27% from 211); Green value is 104 (41.02% from 255 or 49.29% from 211); Blue value is 98 (38.67% from 255 or 46.45% from 211); Max value from RGB is 104 - color contains mainly: green. Hex color #096862 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096862 is #F6979D. Grayscale: #4A4A4A. Windows color (decimal): -16160670 or 6449161. OLE color: 6449161.

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

Color convert

RGB 9 104 98 -
CMYK 0.91 0 0.06 0.59
HSL 176.21º 0.84% 0.22% -
HSV(B) 176.21º 0.91% 0.41% -
XYZ 7.27 10.84 13.26 -
YUV 74.91 141.03 80.99 -
System Red Green Blue C M Y K H S L
Decimal 9 104 98 0.91 0 0.06 0.59 176.21 0.84 0.22
Hex 9 68 62 5B 0 6 3B B0 54 16
Octal 11 150 142 133 0 6 73 260 124 26
Binary 1001 1101000 1100010 1011011 0 110 111011 10110000 1010100 10110

Color Harmonies of #096862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096862

Black with #096862

Text Example


Text Example

White with #096862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096862; }

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

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

background-color css

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

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

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

border-color css

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

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

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