#6DADC2

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

Shades of Glacier #6DADC2

Tints of Glacier #6DADC2

Color information

#6DADC2 (or 0x6DADC2) is unknown color: approx Glacier. HEX triplet: 6D, AD and C2. RGB value is (109,173,194). Sum of RGB (Red+Green+Blue) = 109+173+194=476 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.90% from 476); Green value is 173 (67.97% from 255 or 36.34% from 476); Blue value is 194 (76.17% from 255 or 40.76% from 476); Max value from RGB is 194 - color contains mainly: blue. Hex color #6DADC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DADC2 is #92523D. Grayscale: #9C9C9C. Windows color (decimal): -9589310 or 12758381. OLE color: 12758381.

HSL color Cylindrical-coordinate representation of color #6DADC2: hue angle of 194.82º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6DADC2 is Cyan = 0.44, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB109173194-
CMYK0.440.1100.24
HSL194.82º41.06%59.41%-
HSV(B)194.82º43.81%76.08%-
XYZ30.9937.0356.55-
YUV156.26149.394.29-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 22.90%
GREEN value IS 173 (67.97% from 255) = 36.34%
BLUE value IS 194 (76.17% from 255) = 40.76%
R=22.90%
G=36.34%
B=40.76%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1091731940.440.1100.24194.8241.0659.41
Hex6DADC22CB018c3293b
Octal15525530254130303035173
Binary11011011010110111000010101100101101100011000011101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DADC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,173,194); }

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

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

 a { background-color: rgb(109,173,194); }

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

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

 span { border-color: rgb(109,173,194); }

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