#6DAEBD

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

Shades of Glacier #6DAEBD

Tints of Glacier #6DAEBD

Color information

#6DAEBD (or 0x6DAEBD) is unknown color: approx Glacier. HEX triplet: 6D, AE and BD. RGB value is (109,174,189). Sum of RGB (Red+Green+Blue) = 109+174+189=472 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.09% from 472); Green value is 174 (68.36% from 255 or 36.86% from 472); Blue value is 189 (74.22% from 255 or 40.04% from 472); Max value from RGB is 189 - color contains mainly: blue. Hex color #6DAEBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DAEBD is #925142. Grayscale: #9C9C9C. Windows color (decimal): -9589059 or 12430957. OLE color: 12430957.

HSL color Cylindrical-coordinate representation of color #6DAEBD: hue angle of 191.25º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6DAEBD is Cyan = 0.42, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB109174189-
CMYK0.420.0800.26
HSL191.25º37.74%58.43%-
HSV(B)191.25º42.33%74.12%-
XYZ30.6337.253.71-
YUV156.27146.4794.28-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 23.09%
GREEN value IS 174 (68.36% from 255) = 36.86%
BLUE value IS 189 (74.22% from 255) = 40.04%
R=23.09%
G=36.86%
B=40.04%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1091741890.420.0800.26191.2537.7458.43
Hex6DAEBD2A801Abf263a
Octal15525627552100322774672
Binary11011011010111010111101101010100001101010111111100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DAEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,174,189); }

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

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

 a { background-color: rgb(109,174,189); }

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

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

 span { border-color: rgb(109,174,189); }

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