Html Css Color HEX #096B62 Blue Stone

📋 copy color: '#096B62'

red 9 ◦ green 107 ◦ blue 98

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

Shades of Blue Stone #096B62

Tints of Blue Stone #096B62

RGB

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

 GREEN value IS 107 (42.19% from 255) = 50%

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

R = 4.21%
G = 50%
B = 45.79%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.08

 K value IS 0.58

RGB Variations

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

Color information

#096B62 (or 0x096B62) is known color: Blue Stone. HEX triplet: 09, 6B and 62. RGB value is (9,107,98). Sum of RGB (Red+Green+Blue) = 9+107+98=214 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.21% from 214); Green value is 107 (42.19% from 255 or 50% from 214); Blue value is 98 (38.67% from 255 or 45.79% from 214); Max value from RGB is 107 - color contains mainly: green. Hex color #096B62 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096B62 is #F6949D. Grayscale: #4C4C4C. Windows color (decimal): -16159902 or 6449929. OLE color: 6449929.

HSL color Cylindrical-coordinate representation of color #096B62: hue angle of 174.49º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #096B62 is Cyan = 0.92, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.58.

Color convert

RGB 9 107 98 -
CMYK 0.92 0 0.08 0.58
HSL 174.49º 0.84% 0.23% -
HSV(B) 174.49º 0.92% 0.42% -
XYZ 7.57 11.46 13.37 -
YUV 76.67 140.03 79.73 -
System Red Green Blue C M Y K H S L
Decimal 9 107 98 0.92 0 0.08 0.58 174.49 0.84 0.23
Hex 9 6B 62 5C 0 8 3A AE 54 17
Octal 11 153 142 134 0 10 72 256 124 27
Binary 1001 1101011 1100010 1011100 0 1000 111010 10101110 1010100 10111

Color Harmonies of #096B62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096B62

Black with #096B62

Text Example


Text Example

White with #096B62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096B62; }

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

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

background-color css

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

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

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

border-color css

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

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

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