#0B6A64

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

Shades of Blue Stone #0B6A64

Tints of Blue Stone #0B6A64

Color information

#0B6A64 (or 0x0B6A64) is unknown color: approx Blue Stone. HEX triplet: 0B, 6A and 64. RGB value is (11,106,100). Sum of RGB (Red+Green+Blue) = 11+106+100=217 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.07% from 217); Green value is 106 (41.80% from 255 or 48.85% from 217); Blue value is 100 (39.45% from 255 or 46.08% from 217); Max value from RGB is 106 - color contains mainly: green. Hex color #0B6A64 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B6A64 is #F4959B. Grayscale: #4C4C4C. Windows color (decimal): -16029084 or 6580747. OLE color: 6580747.

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

Color convert

RGB11106100-
CMYK0.9000.060.58
HSL176.21º81.2%22.94%-
HSV(B)176.21º89.62%41.57%-
XYZ7.5911.313.84-
YUV76.91141.0380.99-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.07%
GREEN value IS 106 (41.80% from 255) = 48.85%
BLUE value IS 100 (39.45% from 255) = 46.08%
R=5.07%
G=48.85%
B=46.08%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal111061000.9000.060.58176.2181.222.94
HexB6A645A063Ab05117
Octal13152144132067226012127
Binary1011110101011001001011010011011101010110000101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B6A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,106,100); }

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

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

 a { background-color: rgb(11,106,100); }

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

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

 span { border-color: rgb(11,106,100); }

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