#6AA8BD

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

Shades of Glacier #6AA8BD

Tints of Glacier #6AA8BD

Color information

#6AA8BD (or 0x6AA8BD) is unknown color: approx Glacier. HEX triplet: 6A, A8 and BD. RGB value is (106,168,189). Sum of RGB (Red+Green+Blue) = 106+168+189=463 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.89% from 463); Green value is 168 (66.02% from 255 or 36.29% from 463); Blue value is 189 (74.22% from 255 or 40.82% from 463); Max value from RGB is 189 - color contains mainly: blue. Hex color #6AA8BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AA8BD is #955742. Grayscale: #979797. Windows color (decimal): -9787203 or 12429418. OLE color: 12429418.

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

Color convert

RGB106168189-
CMYK0.440.1100.26
HSL195.18º38.6%57.84%-
HSV(B)195.18º43.92%74.12%-
XYZ29.1334.7453.31-
YUV151.86148.9695.29-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.89%
GREEN value IS 168 (66.02% from 255) = 36.29%
BLUE value IS 189 (74.22% from 255) = 40.82%
R=22.89%
G=36.29%
B=40.82%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1061681890.440.1100.26195.1838.657.84
Hex6AA8BD2CB01Ac3273a
Octal15225027554130323034772
Binary11010101010100010111101101100101101101011000011100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AA8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,168,189); }

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

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

 a { background-color: rgb(106,168,189); }

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

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

 span { border-color: rgb(106,168,189); }

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