#1C696C

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

Shades of Blue Stone #1C696C

Tints of Blue Stone #1C696C

Color information

#1C696C (or 0x1C696C) is unknown color: approx Blue Stone. HEX triplet: 1C, 69 and 6C. RGB value is (28,105,108). Sum of RGB (Red+Green+Blue) = 28+105+108=241 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.62% from 241); Green value is 105 (41.41% from 255 or 43.57% from 241); Blue value is 108 (42.58% from 255 or 44.81% from 241); Max value from RGB is 108 - color contains mainly: blue. Hex color #1C696C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C696C is #E39693. Grayscale: #525252. Windows color (decimal): -14915220 or 7104796. OLE color: 7104796.

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

Color convert

RGB28105108-
CMYK0.740.0300.58
HSL182.25º58.82%26.67%-
HSV(B)182.25º74.07%42.35%-
XYZ8.2411.4315.96-
YUV82.32142.4989.26-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.62%
GREEN value IS 105 (41.41% from 255) = 43.57%
BLUE value IS 108 (42.58% from 255) = 44.81%
R=11.62%
G=43.57%
B=44.81%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal281051080.740.0300.58182.2558.8226.67
Hex1C696C4A303Ab63b1b
Octal3415115411230722667333
Binary111001101001110110010010101101110101011011011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C696C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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