#6DADBD

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

Shades of Glacier #6DADBD

Tints of Glacier #6DADBD

Color information

#6DADBD (or 0x6DADBD) is unknown color: approx Glacier. HEX triplet: 6D, AD and BD. RGB value is (109,173,189). Sum of RGB (Red+Green+Blue) = 109+173+189=471 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.14% from 471); Green value is 173 (67.97% from 255 or 36.73% from 471); Blue value is 189 (74.22% from 255 or 40.13% from 471); Max value from RGB is 189 - color contains mainly: blue. Hex color #6DADBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DADBD is #925242. Grayscale: #9B9B9B. Windows color (decimal): -9589315 or 12430701. OLE color: 12430701.

HSL color Cylindrical-coordinate representation of color #6DADBD: hue angle of 192º 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 #6DADBD is Cyan = 0.42, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB109173189-
CMYK0.420.0800.26
HSL192º37.74%58.43%-
HSV(B)192º42.33%74.12%-
XYZ30.4436.8153.65-
YUV155.69146.894.7-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 23.14%
GREEN value IS 173 (67.97% from 255) = 36.73%
BLUE value IS 189 (74.22% from 255) = 40.13%
R=23.14%
G=36.73%
B=40.13%

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
Decimal1091731890.420.0800.2619237.7458.43
Hex6DADBD2A801Ac0263a
Octal15525527552100323004672
Binary11011011010110110111101101010100001101011000000100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DADBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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