#1C6160

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

Shades of Blue Stone #1C6160

Tints of Blue Stone #1C6160

Color information

#1C6160 (or 0x1C6160) is unknown color: approx Blue Stone. HEX triplet: 1C, 61 and 60. RGB value is (28,97,96). Sum of RGB (Red+Green+Blue) = 28+97+96=221 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.67% from 221); Green value is 97 (38.28% from 255 or 43.89% from 221); Blue value is 96 (37.89% from 255 or 43.44% from 221); Max value from RGB is 97 - color contains mainly: green. Hex color #1C6160 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C6160 is #E39E9F. Grayscale: #4C4C4C. Windows color (decimal): -14917280 or 6316316. OLE color: 6316316.

HSL color Cylindrical-coordinate representation of color #1C6160: hue angle of 179.13º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1C6160 is Cyan = 0.71, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB289796-
CMYK0.7100.010.62
HSL179.13º55.2%24.51%-
HSV(B)179.13º71.13%38.04%-
XYZ6.869.6412.57-
YUV76.26139.1493.58-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.67%
GREEN value IS 97 (38.28% from 255) = 43.89%
BLUE value IS 96 (37.89% from 255) = 43.44%
R=12.67%
G=43.89%
B=43.44%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2897960.7100.010.62179.1355.224.51
Hex1C616047013Eb33719
Octal3414114010701762636731
Binary11100110000111000001000111011111101011001111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C6160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C6160; }

 p { color: rgb(28,97,96); }

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

<style>
 a { background-color: #1C6160; }

 a { background-color: rgb(28,97,96); }

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

<style>
 span { border-color: #1C6160; }

 span { border-color: rgb(28,97,96); }

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