#6DAABF

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

Shades of Glacier #6DAABF

Tints of Glacier #6DAABF

Color information

#6DAABF (or 0x6DAABF) is unknown color: approx Glacier. HEX triplet: 6D, AA and BF. RGB value is (109,170,191). Sum of RGB (Red+Green+Blue) = 109+170+191=470 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.19% from 470); Green value is 170 (66.80% from 255 or 36.17% from 470); Blue value is 191 (75% from 255 or 40.64% from 470); Max value from RGB is 191 - color contains mainly: blue. Hex color #6DAABF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DAABF is #925540. Grayscale: #9A9A9A. Windows color (decimal): -9590081 or 12561005. OLE color: 12561005.

HSL color Cylindrical-coordinate representation of color #6DAABF: hue angle of 195.37º 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 #6DAABF is Cyan = 0.43, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB109170191-
CMYK0.430.1100.25
HSL195.37º39.05%58.82%-
HSV(B)195.37º42.93%74.9%-
XYZ30.0935.7654.61-
YUV154.16148.7995.79-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 23.19%
GREEN value IS 170 (66.80% from 255) = 36.17%
BLUE value IS 191 (75% from 255) = 40.64%
R=23.19%
G=36.17%
B=40.64%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1091701910.430.1100.25195.3739.0558.82
Hex6DAABF2BB019c3273b
Octal15525227753130313034773
Binary11011011010101010111111101011101101100111000011100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DAABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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