#6AABE0

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

Shades of Malibu #6AABE0

Tints of Malibu #6AABE0

Color information

#6AABE0 (or 0x6AABE0) is unknown color: approx Malibu. HEX triplet: 6A, AB and E0. RGB value is (106,171,224). Sum of RGB (Red+Green+Blue) = 106+171+224=501 (66% of max value = 765). Red value is 106 (41.80% from 255 or 21.16% from 501); Green value is 171 (67.19% from 255 or 34.13% from 501); Blue value is 224 (87.89% from 255 or 44.71% from 501); Max value from RGB is 224 - color contains mainly: blue. Hex color #6AABE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AABE0 is #95541F. Grayscale: #9D9D9D. Windows color (decimal): -9786400 or 14723946. OLE color: 14723946.

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

Color convert

RGB106171224-
CMYK0.530.2400.12
HSL206.95º65.56%64.71%-
HSV(B)206.95º52.68%87.84%-
XYZ33.9637.5775.98-
YUV157.61165.4791.19-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.16%
GREEN value IS 171 (67.19% from 255) = 34.13%
BLUE value IS 224 (87.89% from 255) = 44.71%
R=21.16%
G=34.13%
B=44.71%

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
Decimal1061712240.530.2400.12206.9565.5664.71
Hex6AABE035180Ccf4241
Octal1522533406530014317102101
Binary1101010101010111110000011010111000011001100111110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AABE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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