#1C6461

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

Shades of Blue Stone #1C6461

Tints of Blue Stone #1C6461

Color information

#1C6461 (or 0x1C6461) is unknown color: approx Blue Stone. HEX triplet: 1C, 64 and 61. RGB value is (28,100,97). Sum of RGB (Red+Green+Blue) = 28+100+97=225 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.44% from 225); Green value is 100 (39.45% from 255 or 44.44% from 225); Blue value is 97 (38.28% from 255 or 43.11% from 225); Max value from RGB is 100 - color contains mainly: green. Hex color #1C6461 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C6461 is #E39B9E. Grayscale: #4E4E4E. Windows color (decimal): -14916511 or 6382620. OLE color: 6382620.

HSL color Cylindrical-coordinate representation of color #1C6461: hue angle of 177.5º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1C6461 is Cyan = 0.72, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.61.

Color convert

RGB2810097-
CMYK0.7200.030.61
HSL177.5º56.25%25.1%-
HSV(B)177.5º72%39.22%-
XYZ7.1910.2212.9-
YUV78.13138.6592.24-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.44%
GREEN value IS 100 (39.45% from 255) = 44.44%
BLUE value IS 97 (38.28% from 255) = 43.11%
R=12.44%
G=44.44%
B=43.11%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal28100970.7200.030.61177.556.2525.1
Hex1C646148033Db23819
Octal3414414111003752627031
Binary111001100100110000110010000111111011011001011100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C6461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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