#6AA7BD

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

Shades of Glacier #6AA7BD

Tints of Glacier #6AA7BD

Color information

#6AA7BD (or 0x6AA7BD) is unknown color: approx Glacier. HEX triplet: 6A, A7 and BD. RGB value is (106,167,189). Sum of RGB (Red+Green+Blue) = 106+167+189=462 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.94% from 462); Green value is 167 (65.62% from 255 or 36.15% from 462); Blue value is 189 (74.22% from 255 or 40.91% from 462); Max value from RGB is 189 - color contains mainly: blue. Hex color #6AA7BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AA7BD is #955842. Grayscale: #979797. Windows color (decimal): -9787459 or 12429162. OLE color: 12429162.

HSL color Cylindrical-coordinate representation of color #6AA7BD: hue angle of 195.9º 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 #6AA7BD is Cyan = 0.44, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB106167189-
CMYK0.440.1200.26
HSL195.9º38.6%57.84%-
HSV(B)195.9º43.92%74.12%-
XYZ28.9534.3853.25-
YUV151.27149.2995.71-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.94%
GREEN value IS 167 (65.62% from 255) = 36.15%
BLUE value IS 189 (74.22% from 255) = 40.91%
R=22.94%
G=36.15%
B=40.91%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1061671890.440.1200.26195.938.657.84
Hex6AA7BD2CC01Ac4273a
Octal15224727554140323044772
Binary11010101010011110111101101100110001101011000100100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AA7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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