#0C6064

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

Shades of Blue Stone #0C6064

Tints of Blue Stone #0C6064

Color information

#0C6064 (or 0x0C6064) is unknown color: approx Blue Stone. HEX triplet: 0C, 60 and 64. RGB value is (12,96,100). Sum of RGB (Red+Green+Blue) = 12+96+100=208 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.77% from 208); Green value is 96 (37.89% from 255 or 46.15% from 208); Blue value is 100 (39.45% from 255 or 48.08% from 208); Max value from RGB is 100 - color contains mainly: blue. Hex color #0C6064 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C6064 is #F39F9B. Grayscale: #474747. Windows color (decimal): -15966108 or 6578188. OLE color: 6578188.

HSL color Cylindrical-coordinate representation of color #0C6064: hue angle of 182.73º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C6064 is Cyan = 0.88, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB1296100-
CMYK0.880.0400.61
HSL182.73º78.57%21.96%-
HSV(B)182.73º88%39.22%-
XYZ6.639.3613.51-
YUV71.34144.1785.67-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.77%
GREEN value IS 96 (37.89% from 255) = 46.15%
BLUE value IS 100 (39.45% from 255) = 48.08%
R=5.77%
G=46.15%
B=48.08%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal12961000.880.0400.61182.7378.5721.96
HexC606458403Db74f16
Octal14140144130407526711726
Binary1100110000011001001011000100011110110110111100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C6064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,96,100); }

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

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

 a { background-color: rgb(12,96,100); }

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

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

 span { border-color: rgb(12,96,100); }

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