#6DADBA

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

Shades of Glacier #6DADBA

Tints of Glacier #6DADBA

Color information

#6DADBA (or 0x6DADBA) is unknown color: approx Glacier. HEX triplet: 6D, AD and BA. RGB value is (109,173,186). Sum of RGB (Red+Green+Blue) = 109+173+186=468 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.29% from 468); Green value is 173 (67.97% from 255 or 36.97% from 468); Blue value is 186 (73.05% from 255 or 39.74% from 468); Max value from RGB is 186 - color contains mainly: blue. Hex color #6DADBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DADBA is #925245. Grayscale: #9B9B9B. Windows color (decimal): -9589318 or 12234093. OLE color: 12234093.

HSL color Cylindrical-coordinate representation of color #6DADBA: hue angle of 190.13º degrees, saturation: 0.36, 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 #6DADBA is Cyan = 0.41, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB109173186-
CMYK0.410.0700.27
HSL190.13º35.81%57.84%-
HSV(B)190.13º41.4%72.94%-
XYZ30.1136.6851.95-
YUV155.35145.394.94-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 23.29%
GREEN value IS 173 (67.97% from 255) = 36.97%
BLUE value IS 186 (73.05% from 255) = 39.74%
R=23.29%
G=36.97%
B=39.74%

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
Decimal1091731860.410.0700.27190.1335.8157.84
Hex6DADBA29701Bbe243a
Octal1552552725170332764472
Binary1101101101011011011101010100111101101110111110100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DADBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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