#0C6566

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

Shades of Blue Stone #0C6566

Tints of Blue Stone #0C6566

Color information

#0C6566 (or 0x0C6566) is unknown color: approx Blue Stone. HEX triplet: 0C, 65 and 66. RGB value is (12,101,102). Sum of RGB (Red+Green+Blue) = 12+101+102=215 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.58% from 215); Green value is 101 (39.84% from 255 or 46.98% from 215); Blue value is 102 (40.23% from 255 or 47.44% from 215); Max value from RGB is 102 - color contains mainly: blue. Hex color #0C6566 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C6566 is #F39A99. Grayscale: #4A4A4A. Windows color (decimal): -15964826 or 6710540. OLE color: 6710540.

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

Color convert

RGB12101102-
CMYK0.880.0100.6
HSL180.67º78.95%22.35%-
HSV(B)180.67º88.24%40%-
XYZ7.210.3414.19-
YUV74.5143.5183.42-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.58%
GREEN value IS 101 (39.84% from 255) = 46.98%
BLUE value IS 102 (40.23% from 255) = 47.44%
R=5.58%
G=46.98%
B=47.44%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal121011020.880.0100.6180.6778.9522.35
HexC656658103Cb54f16
Octal14145146130107426511726
Binary11001100101110011010110001011110010110101100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C6566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,101,102); }

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

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

 a { background-color: rgb(12,101,102); }

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

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

 span { border-color: rgb(12,101,102); }

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