#1C6663

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

Shades of Blue Stone #1C6663

Tints of Blue Stone #1C6663

Color information

#1C6663 (or 0x1C6663) is unknown color: approx Blue Stone. HEX triplet: 1C, 66 and 63. RGB value is (28,102,99). Sum of RGB (Red+Green+Blue) = 28+102+99=229 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.23% from 229); Green value is 102 (40.23% from 255 or 44.54% from 229); Blue value is 99 (39.06% from 255 or 43.23% from 229); Max value from RGB is 102 - color contains mainly: green. Hex color #1C6663 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C6663 is #E3999C. Grayscale: #4F4F4F. Windows color (decimal): -14915997 or 6514204. OLE color: 6514204.

HSL color Cylindrical-coordinate representation of color #1C6663: hue angle of 177.57º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1C6663 is Cyan = 0.73, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.6.

Color convert

RGB2810299-
CMYK0.7300.030.6
HSL177.57º56.92%25.49%-
HSV(B)177.57º72.55%40%-
XYZ7.4810.6513.47-
YUV79.53138.9891.24-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.23%
GREEN value IS 102 (40.23% from 255) = 44.54%
BLUE value IS 99 (39.06% from 255) = 43.23%
R=12.23%
G=44.54%
B=43.23%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal28102990.7300.030.6177.5756.9225.49
Hex1C666349033Cb23919
Octal3414614311103742627131
Binary111001100110110001110010010111111001011001011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C6663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,102,99); }

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

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

 a { background-color: rgb(28,102,99); }

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

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

 span { border-color: rgb(28,102,99); }

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