#6EB3DD

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

Shades of Malibu #6EB3DD

Tints of Malibu #6EB3DD

Color information

#6EB3DD (or 0x6EB3DD) is unknown color: approx Malibu. HEX triplet: 6E, B3 and DD. RGB value is (110,179,221). Sum of RGB (Red+Green+Blue) = 110+179+221=510 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.57% from 510); Green value is 179 (70.31% from 255 or 35.10% from 510); Blue value is 221 (86.72% from 255 or 43.33% from 510); Max value from RGB is 221 - color contains mainly: blue. Hex color #6EB3DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EB3DD is #914C22. Grayscale: #A2A2A2. Windows color (decimal): -9522211 or 14529390. OLE color: 14529390.

HSL color Cylindrical-coordinate representation of color #6EB3DD: hue angle of 202.7º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6EB3DD is Cyan = 0.50, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB110179221-
CMYK0.500.1900.13
HSL202.7º62.01%64.9%-
HSV(B)202.7º50.23%86.67%-
XYZ35.640.7874.4-
YUV163.16160.6490.08-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 21.57%
GREEN value IS 179 (70.31% from 255) = 35.10%
BLUE value IS 221 (86.72% from 255) = 43.33%
R=21.57%
G=35.10%
B=43.33%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1101792210.500.1900.13202.762.0164.9
Hex6EB3DD32130Dcb3e41
Octal156263335622301531376101
Binary110111010110011110111011100101001101101110010111111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EB3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,179,221); }

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

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

 a { background-color: rgb(110,179,221); }

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

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

 span { border-color: rgb(110,179,221); }

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