#6AADE4

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

Shades of Malibu #6AADE4

Tints of Malibu #6AADE4

Color information

#6AADE4 (or 0x6AADE4) is unknown color: approx Malibu. HEX triplet: 6A, AD and E4. RGB value is (106,173,228). Sum of RGB (Red+Green+Blue) = 106+173+228=507 (67% of max value = 765). Red value is 106 (41.80% from 255 or 20.91% from 507); Green value is 173 (67.97% from 255 or 34.12% from 507); Blue value is 228 (89.45% from 255 or 44.97% from 507); Max value from RGB is 228 - color contains mainly: blue. Hex color #6AADE4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AADE4 is #95521B. Grayscale: #9E9E9E. Windows color (decimal): -9785884 or 14986602. OLE color: 14986602.

HSL color Cylindrical-coordinate representation of color #6AADE4: hue angle of 207.05º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6AADE4 is Cyan = 0.54, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB106173228-
CMYK0.540.2400.11
HSL207.05º69.32%65.49%-
HSV(B)207.05º53.51%89.41%-
XYZ34.8938.5579-
YUV159.24166.890.03-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 20.91%
GREEN value IS 173 (67.97% from 255) = 34.12%
BLUE value IS 228 (89.45% from 255) = 44.97%
R=20.91%
G=34.12%
B=44.97%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1061732280.540.2400.11207.0569.3265.49
Hex6AADE436180Bcf4541
Octal1522553446630013317105101
Binary1101010101011011110010011011011000010111100111110001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AADE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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