#6BAABD

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

Shades of Glacier #6BAABD

Tints of Glacier #6BAABD

Color information

#6BAABD (or 0x6BAABD) is unknown color: approx Glacier. HEX triplet: 6B, AA and BD. RGB value is (107,170,189). Sum of RGB (Red+Green+Blue) = 107+170+189=466 (61% of max value = 765). Red value is 107 (42.19% from 255 or 22.96% from 466); Green value is 170 (66.80% from 255 or 36.48% from 466); Blue value is 189 (74.22% from 255 or 40.56% from 466); Max value from RGB is 189 - color contains mainly: blue. Hex color #6BAABD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BAABD is #945542. Grayscale: #999999. Windows color (decimal): -9721155 or 12429931. OLE color: 12429931.

HSL color Cylindrical-coordinate representation of color #6BAABD: hue angle of 193.9º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6BAABD is Cyan = 0.43, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB107170189-
CMYK0.430.1000.26
HSL193.9º38.32%58.04%-
HSV(B)193.9º43.39%74.12%-
XYZ29.6235.5553.44-
YUV153.33148.1394.96-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 22.96%
GREEN value IS 170 (66.80% from 255) = 36.48%
BLUE value IS 189 (74.22% from 255) = 40.56%
R=22.96%
G=36.48%
B=40.56%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1071701890.430.1000.26193.938.3258.04
Hex6BAABD2BA01Ac2263a
Octal15325227553120323024672
Binary11010111010101010111101101011101001101011000010100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BAABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,170,189); }

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

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

 a { background-color: rgb(107,170,189); }

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

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

 span { border-color: rgb(107,170,189); }

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