#6DAABB

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

Shades of Glacier #6DAABB

Tints of Glacier #6DAABB

Color information

#6DAABB (or 0x6DAABB) is unknown color: approx Glacier. HEX triplet: 6D, AA and BB. RGB value is (109,170,187). Sum of RGB (Red+Green+Blue) = 109+170+187=466 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.39% from 466); Green value is 170 (66.80% from 255 or 36.48% from 466); Blue value is 187 (73.44% from 255 or 40.13% from 466); Max value from RGB is 187 - color contains mainly: blue. Hex color #6DAABB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DAABB is #925544. Grayscale: #999999. Windows color (decimal): -9590085 or 12298861. OLE color: 12298861.

HSL color Cylindrical-coordinate representation of color #6DAABB: hue angle of 193.08º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6DAABB is Cyan = 0.42, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB109170187-
CMYK0.420.0900.27
HSL193.08º36.45%58.04%-
HSV(B)193.08º41.71%73.33%-
XYZ29.6535.5952.32-
YUV153.7146.7996.12-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 23.39%
GREEN value IS 170 (66.80% from 255) = 36.48%
BLUE value IS 187 (73.44% from 255) = 40.13%
R=23.39%
G=36.48%
B=40.13%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1091701870.420.0900.27193.0836.4558.04
Hex6DAABB2A901Bc1243a
Octal15525227352110333014472
Binary11011011010101010111011101010100101101111000001100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DAABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,170,187); }

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

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

 a { background-color: rgb(109,170,187); }

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

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

 span { border-color: rgb(109,170,187); }

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