#6DAEBF

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

Shades of Glacier #6DAEBF

Tints of Glacier #6DAEBF

Color information

#6DAEBF (or 0x6DAEBF) is unknown color: approx Glacier. HEX triplet: 6D, AE and BF. RGB value is (109,174,191). Sum of RGB (Red+Green+Blue) = 109+174+191=474 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.00% from 474); Green value is 174 (68.36% from 255 or 36.71% from 474); Blue value is 191 (75% from 255 or 40.30% from 474); Max value from RGB is 191 - color contains mainly: blue. Hex color #6DAEBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DAEBF is #925140. Grayscale: #9C9C9C. Windows color (decimal): -9589057 or 12562029. OLE color: 12562029.

HSL color Cylindrical-coordinate representation of color #6DAEBF: hue angle of 192.44º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6DAEBF is Cyan = 0.43, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB109174191-
CMYK0.430.0900.25
HSL192.44º39.05%58.82%-
HSV(B)192.44º42.93%74.9%-
XYZ30.8537.2854.86-
YUV156.5147.4794.12-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 23.00%
GREEN value IS 174 (68.36% from 255) = 36.71%
BLUE value IS 191 (75% from 255) = 40.30%
R=23.00%
G=36.71%
B=40.30%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1091741910.430.0900.25192.4439.0558.82
Hex6DAEBF2B9019c0273b
Octal15525627753110313004773
Binary11011011010111010111111101011100101100111000000100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DAEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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