#0A6B60

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

Shades of Blue Stone #0A6B60

Tints of Blue Stone #0A6B60

Color information

#0A6B60 (or 0x0A6B60) is unknown color: approx Blue Stone. HEX triplet: 0A, 6B and 60. RGB value is (10,107,96). Sum of RGB (Red+Green+Blue) = 10+107+96=213 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.69% from 213); Green value is 107 (42.19% from 255 or 50.23% from 213); Blue value is 96 (37.89% from 255 or 45.07% from 213); Max value from RGB is 107 - color contains mainly: green. Hex color #0A6B60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A6B60 is #F5949F. Grayscale: #4C4C4C. Windows color (decimal): -16094368 or 6318858. OLE color: 6318858.

HSL color Cylindrical-coordinate representation of color #0A6B60: hue angle of 173.2º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A6B60 is Cyan = 0.91, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.58.

Color convert

RGB1010796-
CMYK0.9100.100.58
HSL173.2º82.91%22.94%-
HSV(B)173.2º90.65%41.96%-
XYZ7.4911.4212.88-
YUV76.74138.8680.39-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.69%
GREEN value IS 107 (42.19% from 255) = 50.23%
BLUE value IS 96 (37.89% from 255) = 45.07%
R=4.69%
G=50.23%
B=45.07%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10107960.9100.100.58173.282.9122.94
HexA6B605B0A3Aad5317
Octal121531401330127225512327
Binary10101101011110000010110110101011101010101101101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A6B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,107,96); }

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

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

 a { background-color: rgb(10,107,96); }

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

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

 span { border-color: rgb(10,107,96); }

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