#6AACE1

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

Shades of Malibu #6AACE1

Tints of Malibu #6AACE1

Color information

#6AACE1 (or 0x6AACE1) is unknown color: approx Malibu. HEX triplet: 6A, AC and E1. RGB value is (106,172,225). Sum of RGB (Red+Green+Blue) = 106+172+225=503 (66% of max value = 765). Red value is 106 (41.80% from 255 or 21.07% from 503); Green value is 172 (67.58% from 255 or 34.19% from 503); Blue value is 225 (88.28% from 255 or 44.73% from 503); Max value from RGB is 225 - color contains mainly: blue. Hex color #6AACE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AACE1 is #95531E. Grayscale: #9E9E9E. Windows color (decimal): -9786143 or 14789738. OLE color: 14789738.

HSL color Cylindrical-coordinate representation of color #6AACE1: hue angle of 206.72º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6AACE1 is Cyan = 0.53, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB106172225-
CMYK0.530.2400.12
HSL206.72º66.48%64.9%-
HSV(B)206.72º52.89%88.24%-
XYZ34.2938.0176.76-
YUV158.31165.6390.69-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.07%
GREEN value IS 172 (67.58% from 255) = 34.19%
BLUE value IS 225 (88.28% from 255) = 44.73%
R=21.07%
G=34.19%
B=44.73%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1061722250.530.2400.12206.7266.4864.9
Hex6AACE135180Ccf4241
Octal1522543416530014317102101
Binary1101010101011001110000111010111000011001100111110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AACE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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