#1c6e6c

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

Shades of Blue Stone #1C6E6C

Tints of Blue Stone #1C6E6C

Color information

#1C6E6C (or 0x1C6E6C) is unknown color: approx Blue Stone. HEX triplet: 1C, 6E and 6C. RGB value is (28,110,108). Sum of RGB (Red+Green+Blue) = 28+110+108=246 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.38% from 246); Green value is 110 (43.36% from 255 or 44.72% from 246); Blue value is 108 (42.58% from 255 or 43.90% from 246); Max value from RGB is 110 - color contains mainly: green. Hex color #1C6E6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C6E6C is #E39193. Grayscale: #555555. Windows color (decimal): -14913940 or 7106076. OLE color: 7106076.

HSL color Cylindrical-coordinate representation of color #1C6E6C: hue angle of 178.54º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1C6E6C is Cyan = 0.75, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.57.

Color convert

RGB28110108-
CMYK0.7500.020.57
HSL178.54º59.42%27.06%-
HSV(B)178.54º74.55%43.14%-
XYZ8.7612.4816.13-
YUV85.25140.8387.16-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.38%
GREEN value IS 110 (43.36% from 255) = 44.72%
BLUE value IS 108 (42.58% from 255) = 43.90%
R=11.38%
G=44.72%
B=43.90%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal281101080.7500.020.57178.5459.4227.06
Hex1C6E6C4B0239b33b1b
Octal3415615411302712637333
Binary111001101110110110010010110101110011011001111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1c6e6c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,110,108); }

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

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

 a { background-color: rgb(28,110,108); }

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

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

 span { border-color: rgb(28,110,108); }

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