#6DABBA

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

Shades of Glacier #6DABBA

Tints of Glacier #6DABBA

Color information

#6DABBA (or 0x6DABBA) is unknown color: approx Glacier. HEX triplet: 6D, AB and BA. RGB value is (109,171,186). Sum of RGB (Red+Green+Blue) = 109+171+186=466 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.39% from 466); Green value is 171 (67.19% from 255 or 36.70% from 466); Blue value is 186 (73.05% from 255 or 39.91% from 466); Max value from RGB is 186 - color contains mainly: blue. Hex color #6DABBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DABBA is #925445. Grayscale: #9A9A9A. Windows color (decimal): -9589830 or 12233581. OLE color: 12233581.

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

Color convert

RGB109171186-
CMYK0.410.0800.27
HSL191.69º35.81%57.84%-
HSV(B)191.69º41.4%72.94%-
XYZ29.7335.9251.82-
YUV154.17145.9695.78-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 23.39%
GREEN value IS 171 (67.19% from 255) = 36.70%
BLUE value IS 186 (73.05% from 255) = 39.91%
R=23.39%
G=36.70%
B=39.91%

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
Decimal1091711860.410.0800.27191.6935.8157.84
Hex6DABBA29801Bc0243a
Octal15525327251100333004472
Binary11011011010101110111010101001100001101111000000100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DABBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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