#6AACE4

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

Shades of Malibu #6AACE4

Tints of Malibu #6AACE4

Color information

#6AACE4 (or 0x6AACE4) is unknown color: approx Malibu. HEX triplet: 6A, AC and E4. RGB value is (106,172,228). Sum of RGB (Red+Green+Blue) = 106+172+228=506 (67% of max value = 765). Red value is 106 (41.80% from 255 or 20.95% from 506); Green value is 172 (67.58% from 255 or 33.99% from 506); Blue value is 228 (89.45% from 255 or 45.06% from 506); Max value from RGB is 228 - color contains mainly: blue. Hex color #6AACE4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AACE4 is #95531B. Grayscale: #9E9E9E. Windows color (decimal): -9786140 or 14986346. OLE color: 14986346.

HSL color Cylindrical-coordinate representation of color #6AACE4: hue angle of 207.54º 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 #6AACE4 is Cyan = 0.54, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB106172228-
CMYK0.540.2500.11
HSL207.54º69.32%65.49%-
HSV(B)207.54º53.51%89.41%-
XYZ34.738.1778.94-
YUV158.65167.1390.45-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 20.95%
GREEN value IS 172 (67.58% from 255) = 33.99%
BLUE value IS 228 (89.45% from 255) = 45.06%
R=20.95%
G=33.99%
B=45.06%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1061722280.540.2500.11207.5469.3265.49
Hex6AACE436190Bd04541
Octal1522543446631013320105101
Binary1101010101011001110010011011011001010111101000010001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AACE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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