#6DBAC6

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

Shades of Glacier #6DBAC6

Tints of Glacier #6DBAC6

Color information

#6DBAC6 (or 0x6DBAC6) is unknown color: approx Glacier. HEX triplet: 6D, BA and C6. RGB value is (109,186,198). Sum of RGB (Red+Green+Blue) = 109+186+198=493 (65% of max value = 765). Red value is 109 (42.97% from 255 or 22.11% from 493); Green value is 186 (73.05% from 255 or 37.73% from 493); Blue value is 198 (77.73% from 255 or 40.16% from 493); Max value from RGB is 198 - color contains mainly: blue. Hex color #6DBAC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DBAC6 is #924539. Grayscale: #A4A4A4. Windows color (decimal): -9585978 or 13023853. OLE color: 13023853.

HSL color Cylindrical-coordinate representation of color #6DBAC6: hue angle of 188.09º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6DBAC6 is Cyan = 0.45, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB109186198-
CMYK0.450.0600.22
HSL188.09º43.84%60.2%-
HSV(B)188.09º44.95%77.65%-
XYZ34.0642.4559.82-
YUV164.34146.9988.52-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 22.11%
GREEN value IS 186 (73.05% from 255) = 37.73%
BLUE value IS 198 (77.73% from 255) = 40.16%
R=22.11%
G=37.73%
B=40.16%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1091861980.450.0600.22188.0943.8460.2
Hex6DBAC62D6016bc2c3c
Octal1552723065560262745474
Binary1101101101110101100011010110111001011010111100101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DBAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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