#6AABDD

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

Shades of Malibu #6AABDD

Tints of Malibu #6AABDD

Color information

#6AABDD (or 0x6AABDD) is unknown color: approx Malibu. HEX triplet: 6A, AB and DD. RGB value is (106,171,221). Sum of RGB (Red+Green+Blue) = 106+171+221=498 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.29% from 498); Green value is 171 (67.19% from 255 or 34.34% from 498); Blue value is 221 (86.72% from 255 or 44.38% from 498); Max value from RGB is 221 - color contains mainly: blue. Hex color #6AABDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AABDD is #955422. Grayscale: #9D9D9D. Windows color (decimal): -9786403 or 14527338. OLE color: 14527338.

HSL color Cylindrical-coordinate representation of color #6AABDD: hue angle of 206.09º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6AABDD is Cyan = 0.52, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB106171221-
CMYK0.520.2300.13
HSL206.09º62.84%64.12%-
HSV(B)206.09º52.04%86.67%-
XYZ33.5637.4173.86-
YUV157.26163.9791.43-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.29%
GREEN value IS 171 (67.19% from 255) = 34.34%
BLUE value IS 221 (86.72% from 255) = 44.38%
R=21.29%
G=34.34%
B=44.38%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1061712210.520.2300.13206.0962.8464.12
Hex6AABDD34170Dce3f40
Octal152253335642701531677100
Binary110101010101011110111011101001011101101110011101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AABDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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