#6AADD5

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

Shades of Malibu #6AADD5

Tints of Malibu #6AADD5

Color information

#6AADD5 (or 0x6AADD5) is unknown color: approx Malibu. HEX triplet: 6A, AD and D5. RGB value is (106,173,213). Sum of RGB (Red+Green+Blue) = 106+173+213=492 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.54% from 492); Green value is 173 (67.97% from 255 or 35.16% from 492); Blue value is 213 (83.59% from 255 or 43.29% from 492); Max value from RGB is 213 - color contains mainly: blue. Hex color #6AADD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AADD5 is #95522A. Grayscale: #9D9D9D. Windows color (decimal): -9785899 or 14003562. OLE color: 14003562.

HSL color Cylindrical-coordinate representation of color #6AADD5: hue angle of 202.43º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6AADD5 is Cyan = 0.50, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB106173213-
CMYK0.500.1900.16
HSL202.43º56.02%62.55%-
HSV(B)202.43º50.23%83.53%-
XYZ32.937.7668.5-
YUV157.53159.391.25-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.54%
GREEN value IS 173 (67.97% from 255) = 35.16%
BLUE value IS 213 (83.59% from 255) = 43.29%
R=21.54%
G=35.16%
B=43.29%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1061732130.500.1900.16202.4356.0262.55
Hex6AADD53213010ca383f
Octal15225532562230203127077
Binary110101010101101110101011100101001101000011001010111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AADD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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