#6AAED6

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

Shades of Malibu #6AAED6

Tints of Malibu #6AAED6

Color information

#6AAED6 (or 0x6AAED6) is unknown color: approx Malibu. HEX triplet: 6A, AE and D6. RGB value is (106,174,214). Sum of RGB (Red+Green+Blue) = 106+174+214=494 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.46% from 494); Green value is 174 (68.36% from 255 or 35.22% from 494); Blue value is 214 (83.98% from 255 or 43.32% from 494); Max value from RGB is 214 - color contains mainly: blue. Hex color #6AAED6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AAED6 is #955129. Grayscale: #9D9D9D. Windows color (decimal): -9785642 or 14069354. OLE color: 14069354.

HSL color Cylindrical-coordinate representation of color #6AAED6: hue angle of 202.22º degrees, saturation: 0.57, 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 #6AAED6 is Cyan = 0.50, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB106174214-
CMYK0.500.1900.16
HSL202.22º56.84%62.75%-
HSV(B)202.22º50.47%83.92%-
XYZ33.2238.1969.24-
YUV158.23159.4790.75-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.46%
GREEN value IS 174 (68.36% from 255) = 35.22%
BLUE value IS 214 (83.98% from 255) = 43.32%
R=21.46%
G=35.22%
B=43.32%

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
Decimal1061742140.500.1900.16202.2256.8462.75
Hex6AAED63213010ca393f
Octal15225632662230203127177
Binary110101010101110110101101100101001101000011001010111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AAED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,174,214); }

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

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

 a { background-color: rgb(106,174,214); }

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

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

 span { border-color: rgb(106,174,214); }

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