#6AAADE

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

Shades of Malibu #6AAADE

Tints of Malibu #6AAADE

Color information

#6AAADE (or 0x6AAADE) is unknown color: approx Malibu. HEX triplet: 6A, AA and DE. RGB value is (106,170,222). Sum of RGB (Red+Green+Blue) = 106+170+222=498 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.29% from 498); Green value is 170 (66.80% from 255 or 34.14% from 498); Blue value is 222 (87.11% from 255 or 44.58% from 498); Max value from RGB is 222 - color contains mainly: blue. Hex color #6AAADE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AAADE is #955521. Grayscale: #9C9C9C. Windows color (decimal): -9786658 or 14592618. OLE color: 14592618.

HSL color Cylindrical-coordinate representation of color #6AAADE: hue angle of 206.9º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6AAADE is Cyan = 0.52, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB106170222-
CMYK0.520.2300.13
HSL206.9º63.74%64.31%-
HSV(B)206.9º52.25%87.06%-
XYZ33.537.0974.5-
YUV156.79164.891.77-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.29%
GREEN value IS 170 (66.80% from 255) = 34.14%
BLUE value IS 222 (87.11% from 255) = 44.58%
R=21.29%
G=34.14%
B=44.58%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1061702220.520.2300.13206.963.7464.31
Hex6AAADE34170Dcf4040
Octal1522523366427015317100100
Binary1101010101010101101111011010010111011011100111110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AAADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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