#6DACBA

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

Shades of Glacier #6DACBA

Tints of Glacier #6DACBA

Color information

#6DACBA (or 0x6DACBA) is unknown color: approx Glacier. HEX triplet: 6D, AC and BA. RGB value is (109,172,186). Sum of RGB (Red+Green+Blue) = 109+172+186=467 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.34% from 467); Green value is 172 (67.58% from 255 or 36.83% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 186 - color contains mainly: blue. Hex color #6DACBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DACBA is #925345. Grayscale: #9A9A9A. Windows color (decimal): -9589574 or 12233837. OLE color: 12233837.

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

Color convert

RGB109172186-
CMYK0.410.0800.27
HSL190.91º35.81%57.84%-
HSV(B)190.91º41.4%72.94%-
XYZ29.9236.351.88-
YUV154.76145.6395.36-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 23.34%
GREEN value IS 172 (67.58% from 255) = 36.83%
BLUE value IS 186 (73.05% from 255) = 39.83%
R=23.34%
G=36.83%
B=39.83%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1091721860.410.0800.27190.9135.8157.84
Hex6DACBA29801Bbf243a
Octal15525427251100332774472
Binary11011011010110010111010101001100001101110111111100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DACBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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