#6AAFE2

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

Shades of Malibu #6AAFE2

Tints of Malibu #6AAFE2

Color information

#6AAFE2 (or 0x6AAFE2) is unknown color: approx Malibu. HEX triplet: 6A, AF and E2. RGB value is (106,175,226). Sum of RGB (Red+Green+Blue) = 106+175+226=507 (67% of max value = 765). Red value is 106 (41.80% from 255 or 20.91% from 507); Green value is 175 (68.75% from 255 or 34.52% from 507); Blue value is 226 (88.67% from 255 or 44.58% from 507); Max value from RGB is 226 - color contains mainly: blue. Hex color #6AAFE2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AAFE2 is #95501D. Grayscale: #9F9F9F. Windows color (decimal): -9785374 or 14856042. OLE color: 14856042.

HSL color Cylindrical-coordinate representation of color #6AAFE2: hue angle of 205.5º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6AAFE2 is Cyan = 0.53, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB106175226-
CMYK0.530.2300.11
HSL205.5º67.42%65.1%-
HSV(B)205.5º53.1%88.63%-
XYZ3539.2277.68-
YUV160.18165.1489.35-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 20.91%
GREEN value IS 175 (68.75% from 255) = 34.52%
BLUE value IS 226 (88.67% from 255) = 44.58%
R=20.91%
G=34.52%
B=44.58%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1061752260.530.2300.11205.567.4265.1
Hex6AAFE235170Bce4341
Octal1522573426527013316103101
Binary1101010101011111110001011010110111010111100111010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AAFE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,175,226); }

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

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

 a { background-color: rgb(106,175,226); }

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

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

 span { border-color: rgb(106,175,226); }

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