Html Css Color HEX #096662 Blue Stone

📋 copy color: '#096662'

red 9 ◦ green 102 ◦ blue 98

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

Shades of Blue Stone #096662

Tints of Blue Stone #096662

RGB

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

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

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

R = 4.31%
G = 48.8%
B = 46.89%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.04

 K value IS 0.6

RGB Variations

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

Color information

#096662 (or 0x096662) is known color: Blue Stone. HEX triplet: 09, 66 and 62. RGB value is (9,102,98). Sum of RGB (Red+Green+Blue) = 9+102+98=209 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.31% from 209); Green value is 102 (40.23% from 255 or 48.80% from 209); Blue value is 98 (38.67% from 255 or 46.89% from 209); Max value from RGB is 102 - color contains mainly: green. Hex color #096662 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096662 is #F6999D. Grayscale: #494949. Windows color (decimal): -16161182 or 6448649. OLE color: 6448649.

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

Color convert

RGB 9 102 98 -
CMYK 0.91 0 0.04 0.6
HSL 177.42º 0.84% 0.22% -
HSV(B) 177.42º 0.91% 0.4% -
XYZ 7.07 10.44 13.2 -
YUV 73.74 141.69 81.83 -
System Red Green Blue C M Y K H S L
Decimal 9 102 98 0.91 0 0.04 0.6 177.42 0.84 0.22
Hex 9 66 62 5B 0 4 3C B1 54 16
Octal 11 146 142 133 0 4 74 261 124 26
Binary 1001 1100110 1100010 1011011 0 100 111100 10110001 1010100 10110

Color Harmonies of #096662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096662

Black with #096662

Text Example


Text Example

White with #096662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096662; }

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

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

background-color css

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

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

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

border-color css

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

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

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