#1C6669

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

Shades of Blue Stone #1C6669

Tints of Blue Stone #1C6669

Color information

#1C6669 (or 0x1C6669) is unknown color: approx Blue Stone. HEX triplet: 1C, 66 and 69. RGB value is (28,102,105). Sum of RGB (Red+Green+Blue) = 28+102+105=235 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.91% from 235); Green value is 102 (40.23% from 255 or 43.40% from 235); Blue value is 105 (41.41% from 255 or 44.68% from 235); Max value from RGB is 105 - color contains mainly: blue. Hex color #1C6669 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C6669 is #E39996. Grayscale: #505050. Windows color (decimal): -14915991 or 6907420. OLE color: 6907420.

HSL color Cylindrical-coordinate representation of color #1C6669: hue angle of 182.34º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1C6669 is Cyan = 0.73, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB28102105-
CMYK0.730.0300.59
HSL182.34º57.89%26.08%-
HSV(B)182.34º73.33%41.18%-
XYZ7.7810.7715.03-
YUV80.22141.9890.76-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.91%
GREEN value IS 102 (40.23% from 255) = 43.40%
BLUE value IS 105 (41.41% from 255) = 44.68%
R=11.91%
G=43.40%
B=44.68%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal281021050.730.0300.59182.3457.8926.08
Hex1C666949303Bb63a1a
Octal3414615111130732667232
Binary111001100110110100110010011101110111011011011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C6669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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