#6AADEB

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

Shades of Malibu #6AADEB

Tints of Malibu #6AADEB

Color information

#6AADEB (or 0x6AADEB) is unknown color: approx Malibu. HEX triplet: 6A, AD and EB. RGB value is (106,173,235). Sum of RGB (Red+Green+Blue) = 106+173+235=514 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.62% from 514); Green value is 173 (67.97% from 255 or 33.66% from 514); Blue value is 235 (92.19% from 255 or 45.72% from 514); Max value from RGB is 235 - color contains mainly: blue. Hex color #6AADEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6AADEB is #955214. Grayscale: #9F9F9F. Windows color (decimal): -9785877 or 15445354. OLE color: 15445354.

HSL color Cylindrical-coordinate representation of color #6AADEB: hue angle of 208.84º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6AADEB is Cyan = 0.55, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB106173235-
CMYK0.550.2600.08
HSL208.84º76.33%66.86%-
HSV(B)208.84º54.89%92.16%-
XYZ35.8838.9584.22-
YUV160.03170.389.46-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 20.62%
GREEN value IS 173 (67.97% from 255) = 33.66%
BLUE value IS 235 (92.19% from 255) = 45.72%
R=20.62%
G=33.66%
B=45.72%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1061732350.550.2600.08208.8476.3366.86
Hex6AADEB371A08d14c43
Octal1522553536732010321114103
Binary1101010101011011110101111011111010010001101000110011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AADEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,173,235); }

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

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

 a { background-color: rgb(106,173,235); }

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

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

 span { border-color: rgb(106,173,235); }

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