Html Css Color HEX #096961 Blue Stone

📋 copy color: '#096961'

red 9 ◦ green 105 ◦ blue 97

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

Shades of Blue Stone #096961

Tints of Blue Stone #096961

RGB

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

 GREEN value IS 105 (41.41% from 255) = 49.76%

 BLUE value IS 97 (38.28% from 255) = 45.97%

R = 4.27%
G = 49.76%
B = 45.97%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.08

 K value IS 0.59

RGB Variations

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

Color information

#096961 (or 0x096961) is known color: Blue Stone. HEX triplet: 09, 69 and 61. RGB value is (9,105,97). Sum of RGB (Red+Green+Blue) = 9+105+97=211 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.27% from 211); Green value is 105 (41.41% from 255 or 49.76% from 211); Blue value is 97 (38.28% from 255 or 45.97% from 211); Max value from RGB is 105 - color contains mainly: green. Hex color #096961 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096961 is #F6969E. Grayscale: #4B4B4B. Windows color (decimal): -16160415 or 6383881. OLE color: 6383881.

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

Color convert

RGB 9 105 97 -
CMYK 0.91 0 0.08 0.59
HSL 175º 0.84% 0.22% -
HSV(B) 175º 0.91% 0.41% -
XYZ 7.32 11.02 13.05 -
YUV 75.38 140.2 80.65 -
System Red Green Blue C M Y K H S L
Decimal 9 105 97 0.91 0 0.08 0.59 175 0.84 0.22
Hex 9 69 61 5B 0 8 3B AF 54 16
Octal 11 151 141 133 0 10 73 257 124 26
Binary 1001 1101001 1100001 1011011 0 1000 111011 10101111 1010100 10110

Color Harmonies of #096961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096961

Black with #096961

Text Example


Text Example

White with #096961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096961; }

 p { color: rgb(9,105,97); }

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

background-color css

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

 a { background-color: rgb(9,105,97); }

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

border-color css

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

 span { border-color: rgb(9,105,97); }

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