#0A6063

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

Shades of Blue Stone #0A6063

Tints of Blue Stone #0A6063

Color information

#0A6063 (or 0x0A6063) is unknown color: approx Blue Stone. HEX triplet: 0A, 60 and 63. RGB value is (10,96,99). Sum of RGB (Red+Green+Blue) = 10+96+99=205 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.88% from 205); Green value is 96 (37.89% from 255 or 46.83% from 205); Blue value is 99 (39.06% from 255 or 48.29% from 205); Max value from RGB is 99 - color contains mainly: blue. Hex color #0A6063 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A6063 is #F59F9C. Grayscale: #464646. Windows color (decimal): -16097181 or 6512650. OLE color: 6512650.

HSL color Cylindrical-coordinate representation of color #0A6063: hue angle of 182.02º degrees, saturation: 0.82, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A6063 is Cyan = 0.90, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB109699-
CMYK0.900.0300.61
HSL182.02º81.65%21.37%-
HSV(B)182.02º89.9%38.82%-
XYZ6.569.3313.26-
YUV70.63144.0184.76-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.88%
GREEN value IS 96 (37.89% from 255) = 46.83%
BLUE value IS 99 (39.06% from 255) = 48.29%
R=4.88%
G=46.83%
B=48.29%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1096990.900.0300.61182.0281.6521.37
HexA60635A303Db65215
Octal12140143132307526612225
Binary101011000001100011101101011011110110110110101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A6063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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