#6DACB9

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

Shades of Glacier #6DACB9

Tints of Glacier #6DACB9

Color information

#6DACB9 (or 0x6DACB9) is unknown color: approx Glacier. HEX triplet: 6D, AC and B9. RGB value is (109,172,185). Sum of RGB (Red+Green+Blue) = 109+172+185=466 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.39% from 466); Green value is 172 (67.58% from 255 or 36.91% from 466); Blue value is 185 (72.66% from 255 or 39.70% from 466); Max value from RGB is 185 - color contains mainly: blue. Hex color #6DACB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DACB9 is #925346. Grayscale: #9A9A9A. Windows color (decimal): -9589575 or 12168301. OLE color: 12168301.

HSL color Cylindrical-coordinate representation of color #6DACB9: hue angle of 190.26º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6DACB9 is Cyan = 0.41, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB109172185-
CMYK0.410.0700.27
HSL190.26º35.19%57.65%-
HSV(B)190.26º41.08%72.55%-
XYZ29.8236.2651.33-
YUV154.65145.1395.44-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 23.39%
GREEN value IS 172 (67.58% from 255) = 36.91%
BLUE value IS 185 (72.66% from 255) = 39.70%
R=23.39%
G=36.91%
B=39.70%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1091721850.410.0700.27190.2635.1957.65
Hex6DACB929701Bbe233a
Octal1552542715170332764372
Binary1101101101011001011100110100111101101110111110100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DACB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,172,185); }

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

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

 a { background-color: rgb(109,172,185); }

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

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

 span { border-color: rgb(109,172,185); }

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