#6DABBD

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

Shades of Glacier #6DABBD

Tints of Glacier #6DABBD

Color information

#6DABBD (or 0x6DABBD) is unknown color: approx Glacier. HEX triplet: 6D, AB and BD. RGB value is (109,171,189). Sum of RGB (Red+Green+Blue) = 109+171+189=469 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.24% from 469); Green value is 171 (67.19% from 255 or 36.46% from 469); Blue value is 189 (74.22% from 255 or 40.30% from 469); Max value from RGB is 189 - color contains mainly: blue. Hex color #6DABBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DABBD is #925442. Grayscale: #9A9A9A. Windows color (decimal): -9589827 or 12430189. OLE color: 12430189.

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

Color convert

RGB109171189-
CMYK0.420.1000.26
HSL193.5º37.74%58.43%-
HSV(B)193.5º42.33%74.12%-
XYZ30.0536.0553.52-
YUV154.51147.4695.54-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 23.24%
GREEN value IS 171 (67.19% from 255) = 36.46%
BLUE value IS 189 (74.22% from 255) = 40.30%
R=23.24%
G=36.46%
B=40.30%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1091711890.420.1000.26193.537.7458.43
Hex6DABBD2AA01Ac2263a
Octal15525327552120323024672
Binary11011011010101110111101101010101001101011000010100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DABBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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