#0C605F

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

Shades of Blue Stone #0C605F

Tints of Blue Stone #0C605F

Color information

#0C605F (or 0x0C605F) is unknown color: approx Blue Stone. HEX triplet: 0C, 60 and 5F. RGB value is (12,96,95). Sum of RGB (Red+Green+Blue) = 12+96+95=203 (26% of max value = 765). Red value is 12 (5.08% from 255 or 5.91% from 203); Green value is 96 (37.89% from 255 or 47.29% from 203); Blue value is 95 (37.5% from 255 or 46.80% from 203); Max value from RGB is 96 - color contains mainly: green. Hex color #0C605F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C605F is #F39FA0. Grayscale: #464646. Windows color (decimal): -15966113 or 6250508. OLE color: 6250508.

HSL color Cylindrical-coordinate representation of color #0C605F: hue angle of 179.29º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C605F is Cyan = 0.88, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB129695-
CMYK0.8800.010.62
HSL179.29º77.78%21.18%-
HSV(B)179.29º87.5%37.65%-
XYZ6.49.2712.28-
YUV70.77141.6786.08-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.91%
GREEN value IS 96 (37.89% from 255) = 47.29%
BLUE value IS 95 (37.5% from 255) = 46.80%
R=5.91%
G=47.29%
B=46.80%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1296950.8800.010.62179.2977.7821.18
HexC605F58013Eb34e15
Octal14140137130017626311625
Binary11001100000101111110110000111111010110011100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C605F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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