#6AABE1

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

Shades of Malibu #6AABE1

Tints of Malibu #6AABE1

Color information

#6AABE1 (or 0x6AABE1) is unknown color: approx Malibu. HEX triplet: 6A, AB and E1. RGB value is (106,171,225). Sum of RGB (Red+Green+Blue) = 106+171+225=502 (66% of max value = 765). Red value is 106 (41.80% from 255 or 21.12% from 502); Green value is 171 (67.19% from 255 or 34.06% from 502); Blue value is 225 (88.28% from 255 or 44.82% from 502); Max value from RGB is 225 - color contains mainly: blue. Hex color #6AABE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AABE1 is #95541E. Grayscale: #9D9D9D. Windows color (decimal): -9786399 or 14789482. OLE color: 14789482.

HSL color Cylindrical-coordinate representation of color #6AABE1: hue angle of 207.23º 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 #6AABE1 is Cyan = 0.53, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB106171225-
CMYK0.530.2400.12
HSL207.23º66.48%64.9%-
HSV(B)207.23º52.89%88.24%-
XYZ34.137.6376.7-
YUV157.72165.9791.11-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.12%
GREEN value IS 171 (67.19% from 255) = 34.06%
BLUE value IS 225 (88.28% from 255) = 44.82%
R=21.12%
G=34.06%
B=44.82%

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
Decimal1061712250.530.2400.12207.2366.4864.9
Hex6AABE135180Ccf4241
Octal1522533416530014317102101
Binary1101010101010111110000111010111000011001100111110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AABE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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