#6AADED

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

Shades of Malibu #6AADED

Tints of Malibu #6AADED

Color information

#6AADED (or 0x6AADED) is unknown color: approx Malibu. HEX triplet: 6A, AD and ED. RGB value is (106,173,237). Sum of RGB (Red+Green+Blue) = 106+173+237=516 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.54% from 516); Green value is 173 (67.97% from 255 or 33.53% from 516); Blue value is 237 (92.97% from 255 or 45.93% from 516); Max value from RGB is 237 - color contains mainly: blue. Hex color #6AADED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6AADED is #955212. Grayscale: #9F9F9F. Windows color (decimal): -9785875 or 15576426. OLE color: 15576426.

HSL color Cylindrical-coordinate representation of color #6AADED: hue angle of 209.31º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6AADED is Cyan = 0.55, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB106173237-
CMYK0.550.2700.07
HSL209.31º78.44%67.25%-
HSV(B)209.31º55.27%92.94%-
XYZ36.1739.0785.75-
YUV160.26171.389.3-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 20.54%
GREEN value IS 173 (67.97% from 255) = 33.53%
BLUE value IS 237 (92.97% from 255) = 45.93%
R=20.54%
G=33.53%
B=45.93%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1061732370.550.2700.07209.3178.4467.25
Hex6AADED371B07d14e43
Octal152255355673307321116103
Binary110101010101101111011011101111101101111101000110011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AADED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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