#6AADDD

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

Shades of Malibu #6AADDD

Tints of Malibu #6AADDD

Color information

#6AADDD (or 0x6AADDD) is unknown color: approx Malibu. HEX triplet: 6A, AD and DD. RGB value is (106,173,221). Sum of RGB (Red+Green+Blue) = 106+173+221=500 (66% of max value = 765). Red value is 106 (41.80% from 255 or 21.2% from 500); Green value is 173 (67.97% from 255 or 34.6% from 500); Blue value is 221 (86.72% from 255 or 44.2% from 500); Max value from RGB is 221 - color contains mainly: blue. Hex color #6AADDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AADDD is #955222. Grayscale: #9E9E9E. Windows color (decimal): -9785891 or 14527850. OLE color: 14527850.

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

Color convert

RGB106173221-
CMYK0.520.2200.13
HSL205.04º62.84%64.12%-
HSV(B)205.04º52.04%86.67%-
XYZ33.9438.1773.99-
YUV158.44163.390.6-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.2%
GREEN value IS 173 (67.97% from 255) = 34.6%
BLUE value IS 221 (86.72% from 255) = 44.2%
R=21.2%
G=34.6%
B=44.2%

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
Decimal1061732210.520.2200.13205.0462.8464.12
Hex6AADDD34160Dcd3f40
Octal152255335642601531577100
Binary110101010101101110111011101001011001101110011011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AADDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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