#0C6163

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

Shades of Blue Stone #0C6163

Tints of Blue Stone #0C6163

Color information

#0C6163 (or 0x0C6163) is unknown color: approx Blue Stone. HEX triplet: 0C, 61 and 63. RGB value is (12,97,99). Sum of RGB (Red+Green+Blue) = 12+97+99=208 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.77% from 208); Green value is 97 (38.28% from 255 or 46.63% from 208); Blue value is 99 (39.06% from 255 or 47.60% from 208); Max value from RGB is 99 - color contains mainly: blue. Hex color #0C6163 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C6163 is #F39E9C. Grayscale: #474747. Windows color (decimal): -15965853 or 6512908. OLE color: 6512908.

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

Color convert

RGB129799-
CMYK0.880.0200.61
HSL181.38º78.38%21.76%-
HSV(B)181.38º87.88%38.82%-
XYZ6.689.5313.29-
YUV71.81143.3485.34-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.77%
GREEN value IS 97 (38.28% from 255) = 46.63%
BLUE value IS 99 (39.06% from 255) = 47.60%
R=5.77%
G=46.63%
B=47.60%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1297990.880.0200.61181.3878.3821.76
HexC616358203Db54e16
Octal14141143130207526511626
Binary110011000011100011101100010011110110110101100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C6163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,97,99); }

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

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

 a { background-color: rgb(12,97,99); }

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

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

 span { border-color: rgb(12,97,99); }

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