#0C605E

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

Shades of Blue Stone #0C605E

Tints of Blue Stone #0C605E

Color information

#0C605E (or 0x0C605E) is unknown color: approx Blue Stone. HEX triplet: 0C, 60 and 5E. RGB value is (12,96,94). Sum of RGB (Red+Green+Blue) = 12+96+94=202 (26% of max value = 765). Red value is 12 (5.08% from 255 or 5.94% from 202); Green value is 96 (37.89% from 255 or 47.52% from 202); Blue value is 94 (37.11% from 255 or 46.53% from 202); Max value from RGB is 96 - color contains mainly: green. Hex color #0C605E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C605E is #F39FA1. Grayscale: #464646. Windows color (decimal): -15966114 or 6184972. OLE color: 6184972.

HSL color Cylindrical-coordinate representation of color #0C605E: hue angle of 178.57º 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 #0C605E is Cyan = 0.88, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.62.

Color convert

RGB129694-
CMYK0.8800.020.62
HSL178.57º77.78%21.18%-
HSV(B)178.57º87.5%37.65%-
XYZ6.359.2512.04-
YUV70.66141.1786.16-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.94%
GREEN value IS 96 (37.89% from 255) = 47.52%
BLUE value IS 94 (37.11% from 255) = 46.53%
R=5.94%
G=47.52%
B=46.53%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1296940.8800.020.62178.5777.7821.18
HexC605E58023Eb34e15
Octal14140136130027626311625
Binary110011000001011110101100001011111010110011100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C605E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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