#6AAAD9

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

Shades of Malibu #6AAAD9

Tints of Malibu #6AAAD9

Color information

#6AAAD9 (or 0x6AAAD9) is unknown color: approx Malibu. HEX triplet: 6A, AA and D9. RGB value is (106,170,217). Sum of RGB (Red+Green+Blue) = 106+170+217=493 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.50% from 493); Green value is 170 (66.80% from 255 or 34.48% from 493); Blue value is 217 (85.16% from 255 or 44.02% from 493); Max value from RGB is 217 - color contains mainly: blue. Hex color #6AAAD9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AAAD9 is #955526. Grayscale: #9B9B9B. Windows color (decimal): -9786663 or 14264938. OLE color: 14264938.

HSL color Cylindrical-coordinate representation of color #6AAAD9: hue angle of 205.41º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6AAAD9 is Cyan = 0.51, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB106170217-
CMYK0.510.2200.15
HSL205.41º59.36%63.33%-
HSV(B)205.41º51.15%85.1%-
XYZ32.8436.8271.02-
YUV156.22162.392.18-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.50%
GREEN value IS 170 (66.80% from 255) = 34.48%
BLUE value IS 217 (85.16% from 255) = 44.02%
R=21.50%
G=34.48%
B=44.02%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1061702170.510.2200.15205.4159.3663.33
Hex6AAAD933160Fcd3b3f
Octal15225233163260173157377
Binary11010101010101011011001110011101100111111001101111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AAAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,170,217); }

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

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

 a { background-color: rgb(106,170,217); }

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

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

 span { border-color: rgb(106,170,217); }

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