#6AACDD

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

Shades of Malibu #6AACDD

Tints of Malibu #6AACDD

Color information

#6AACDD (or 0x6AACDD) is unknown color: approx Malibu. HEX triplet: 6A, AC and DD. RGB value is (106,172,221). Sum of RGB (Red+Green+Blue) = 106+172+221=499 (66% of max value = 765). Red value is 106 (41.80% from 255 or 21.24% from 499); Green value is 172 (67.58% from 255 or 34.47% from 499); Blue value is 221 (86.72% from 255 or 44.29% from 499); Max value from RGB is 221 - color contains mainly: blue. Hex color #6AACDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AACDD is #955322. Grayscale: #9D9D9D. Windows color (decimal): -9786147 or 14527594. OLE color: 14527594.

HSL color Cylindrical-coordinate representation of color #6AACDD: hue angle of 205.57º degrees, saturation: 0.63, 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 #6AACDD is Cyan = 0.52, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB106172221-
CMYK0.520.2200.13
HSL205.57º62.84%64.12%-
HSV(B)205.57º52.04%86.67%-
XYZ33.7537.7973.92-
YUV157.85163.6391.02-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.24%
GREEN value IS 172 (67.58% from 255) = 34.47%
BLUE value IS 221 (86.72% from 255) = 44.29%
R=21.24%
G=34.47%
B=44.29%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1061722210.520.2200.13205.5762.8464.12
Hex6AACDD34160Dce3f40
Octal152254335642601531677100
Binary110101010101100110111011101001011001101110011101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AACDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,172,221); }

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

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

 a { background-color: rgb(106,172,221); }

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

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

 span { border-color: rgb(106,172,221); }

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