#6AAAD8

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

Shades of Malibu #6AAAD8

Tints of Malibu #6AAAD8

Color information

#6AAAD8 (or 0x6AAAD8) is unknown color: approx Malibu. HEX triplet: 6A, AA and D8. RGB value is (106,170,216). Sum of RGB (Red+Green+Blue) = 106+170+216=492 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.54% from 492); Green value is 170 (66.80% from 255 or 34.55% from 492); Blue value is 216 (84.77% from 255 or 43.90% from 492); Max value from RGB is 216 - color contains mainly: blue. Hex color #6AAAD8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AAAD8 is #955527. Grayscale: #9B9B9B. Windows color (decimal): -9786664 or 14199402. OLE color: 14199402.

HSL color Cylindrical-coordinate representation of color #6AAAD8: hue angle of 205.09º 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 #6AAAD8 is Cyan = 0.51, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB106170216-
CMYK0.510.2100.15
HSL205.09º58.51%63.14%-
HSV(B)205.09º50.93%84.71%-
XYZ32.7136.7770.34-
YUV156.11161.892.26-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.54%
GREEN value IS 170 (66.80% from 255) = 34.55%
BLUE value IS 216 (84.77% from 255) = 43.90%
R=21.54%
G=34.55%
B=43.90%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1061702160.510.2100.15205.0958.5163.14
Hex6AAAD833150Fcd3b3f
Octal15225233063250173157377
Binary11010101010101011011000110011101010111111001101111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AAAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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