#6CADC7

Color #6CADC7 Glacier (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Glacier #6CADC7

Tints of Glacier #6CADC7

Color information

#6CADC7 (or 0x6CADC7) is unknown color: approx Glacier. HEX triplet: 6C, AD and C7. RGB value is (108,173,199). Sum of RGB (Red+Green+Blue) = 108+173+199=480 (63% of max value = 765). Red value is 108 (42.58% from 255 or 22.5% from 480); Green value is 173 (67.97% from 255 or 36.04% from 480); Blue value is 199 (78.12% from 255 or 41.46% from 480); Max value from RGB is 199 - color contains mainly: blue. Hex color #6CADC7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CADC7 is #935238. Grayscale: #9C9C9C. Windows color (decimal): -9654841 or 13086060. OLE color: 13086060.

HSL color Cylindrical-coordinate representation of color #6CADC7: hue angle of 197.14º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6CADC7 is Cyan = 0.46, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB108173199-
CMYK0.460.1300.22
HSL197.14º44.83%60.2%-
HSV(B)197.14º45.73%78.04%-
XYZ31.4437.259.56-
YUV156.53151.9793.39-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 22.5%
GREEN value IS 173 (67.97% from 255) = 36.04%
BLUE value IS 199 (78.12% from 255) = 41.46%
R=22.5%
G=36.04%
B=41.46%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1081731990.460.1300.22197.1444.8360.2
Hex6CADC72ED016c52d3c
Octal15425530756150263055574
Binary11011001010110111000111101110110101011011000101101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CADC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6CADC7; }

 p { color: rgb(108,173,199); }

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

<style>
 a { background-color: #6CADC7; }

 a { background-color: rgb(108,173,199); }

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

<style>
 span { border-color: #6CADC7; }

 span { border-color: rgb(108,173,199); }

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