#1C6A64

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

Shades of Blue Stone #1C6A64

Tints of Blue Stone #1C6A64

Color information

#1C6A64 (or 0x1C6A64) is unknown color: approx Blue Stone. HEX triplet: 1C, 6A and 64. RGB value is (28,106,100). Sum of RGB (Red+Green+Blue) = 28+106+100=234 (30% of max value = 765). Red value is 28 (11.33% from 255 or 11.97% from 234); Green value is 106 (41.80% from 255 or 45.30% from 234); Blue value is 100 (39.45% from 255 or 42.74% from 234); Max value from RGB is 106 - color contains mainly: green. Hex color #1C6A64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C6A64 is #E3959B. Grayscale: #515151. Windows color (decimal): -14914972 or 6580764. OLE color: 6580764.

HSL color Cylindrical-coordinate representation of color #1C6A64: hue angle of 175.38º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1C6A64 is Cyan = 0.74, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.58.

Color convert

RGB28106100-
CMYK0.7400.060.58
HSL175.38º58.21%26.27%-
HSV(B)175.38º73.58%41.57%-
XYZ7.9311.4813.85-
YUV81.99138.1689.49-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.97%
GREEN value IS 106 (41.80% from 255) = 45.30%
BLUE value IS 100 (39.45% from 255) = 42.74%
R=11.97%
G=45.30%
B=42.74%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal281061000.7400.060.58175.3858.2126.27
Hex1C6A644A063Aaf3a1a
Octal3415214411206722577232
Binary1110011010101100100100101001101110101010111111101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C6A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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