#0B6960

Color #0B6960 Blue Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Stone #0B6960

Tints of Blue Stone #0B6960

Color information

#0B6960 (or 0x0B6960) is unknown color: approx Blue Stone. HEX triplet: 0B, 69 and 60. RGB value is (11,105,96). Sum of RGB (Red+Green+Blue) = 11+105+96=212 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.19% from 212); Green value is 105 (41.41% from 255 or 49.53% from 212); Blue value is 96 (37.89% from 255 or 45.28% from 212); Max value from RGB is 105 - color contains mainly: green. Hex color #0B6960 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B6960 is #F4969F. Grayscale: #4B4B4B. Windows color (decimal): -16029344 or 6318347. OLE color: 6318347.

HSL color Cylindrical-coordinate representation of color #0B6960: hue angle of 174.26º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B6960 is Cyan = 0.90, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.59.

Color convert

RGB1110596-
CMYK0.9000.090.59
HSL174.26º81.03%22.75%-
HSV(B)174.26º89.52%41.18%-
XYZ7.311.0212.81-
YUV75.87139.3681.73-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.19%
GREEN value IS 105 (41.41% from 255) = 49.53%
BLUE value IS 96 (37.89% from 255) = 45.28%
R=5.19%
G=49.53%
B=45.28%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal11105960.9000.090.59174.2681.0322.75
HexB69605A093Bae5117
Octal131511401320117325612127
Binary10111101001110000010110100100111101110101110101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B6960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0B6960; }

 p { color: rgb(11,105,96); }

 H1.HeaderClassName
 {
   color: #0B6960;
 }
 .AnyTagClassName
 {
   color: #0B6960;
 }
</style>
background-color css

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

 a { background-color: rgb(11,105,96); }

 div.DivClassName
 {
   background-color: #0B6960;
 }
 .BgClassName
 {
   background-color: #0B6960;
 }
</style>
border-color css

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

 span { border-color: rgb(11,105,96); }

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