#6AADD7

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

Shades of Malibu #6AADD7

Tints of Malibu #6AADD7

Color information

#6AADD7 (or 0x6AADD7) is unknown color: approx Malibu. HEX triplet: 6A, AD and D7. RGB value is (106,173,215). Sum of RGB (Red+Green+Blue) = 106+173+215=494 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.46% from 494); Green value is 173 (67.97% from 255 or 35.02% from 494); Blue value is 215 (84.38% from 255 or 43.52% from 494); Max value from RGB is 215 - color contains mainly: blue. Hex color #6AADD7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AADD7 is #955228. Grayscale: #9D9D9D. Windows color (decimal): -9785897 or 14134634. OLE color: 14134634.

HSL color Cylindrical-coordinate representation of color #6AADD7: hue angle of 203.12º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6AADD7 is Cyan = 0.51, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB106173215-
CMYK0.510.2000.16
HSL203.12º57.67%62.94%-
HSV(B)203.12º50.7%84.31%-
XYZ33.1537.8669.85-
YUV157.75160.391.08-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.46%
GREEN value IS 173 (67.97% from 255) = 35.02%
BLUE value IS 215 (84.38% from 255) = 43.52%
R=21.46%
G=35.02%
B=43.52%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1061732150.510.2000.16203.1257.6762.94
Hex6AADD73314010cb3a3f
Octal15225532763240203137277
Binary110101010101101110101111100111010001000011001011111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AADD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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