#6DADBF

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

Shades of Glacier #6DADBF

Tints of Glacier #6DADBF

Color information

#6DADBF (or 0x6DADBF) is unknown color: approx Glacier. HEX triplet: 6D, AD and BF. RGB value is (109,173,191). Sum of RGB (Red+Green+Blue) = 109+173+191=473 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.04% from 473); Green value is 173 (67.97% from 255 or 36.58% from 473); Blue value is 191 (75% from 255 or 40.38% from 473); Max value from RGB is 191 - color contains mainly: blue. Hex color #6DADBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DADBF is #925240. Grayscale: #9B9B9B. Windows color (decimal): -9589313 or 12561773. OLE color: 12561773.

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

Color convert

RGB109173191-
CMYK0.430.0900.25
HSL193.17º39.05%58.82%-
HSV(B)193.17º42.93%74.9%-
XYZ30.6536.954.8-
YUV155.92147.894.54-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 23.04%
GREEN value IS 173 (67.97% from 255) = 36.58%
BLUE value IS 191 (75% from 255) = 40.38%
R=23.04%
G=36.58%
B=40.38%

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
Decimal1091731910.430.0900.25193.1739.0558.82
Hex6DADBF2B9019c1273b
Octal15525527753110313014773
Binary11011011010110110111111101011100101100111000001100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DADBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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