#6EB4DF

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

Shades of Malibu #6EB4DF

Tints of Malibu #6EB4DF

Color information

#6EB4DF (or 0x6EB4DF) is unknown color: approx Malibu. HEX triplet: 6E, B4 and DF. RGB value is (110,180,223). Sum of RGB (Red+Green+Blue) = 110+180+223=513 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.44% from 513); Green value is 180 (70.70% from 255 or 35.09% from 513); Blue value is 223 (87.5% from 255 or 43.47% from 513); Max value from RGB is 223 - color contains mainly: blue. Hex color #6EB4DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EB4DF is #914B20. Grayscale: #A3A3A3. Windows color (decimal): -9521953 or 14660718. OLE color: 14660718.

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

Color convert

RGB110180223-
CMYK0.510.1900.13
HSL202.83º63.84%65.29%-
HSV(B)202.83º50.67%87.45%-
XYZ36.0741.2975.88-
YUV163.97161.3189.5-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 21.44%
GREEN value IS 180 (70.70% from 255) = 35.09%
BLUE value IS 223 (87.5% from 255) = 43.47%
R=21.44%
G=35.09%
B=43.47%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1101802230.510.1900.13202.8363.8465.29
Hex6EB4DF33130Dcb4041
Octal1562643376323015313100101
Binary1101110101101001101111111001110011011011100101110000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EB4DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,180,223); }

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

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

 a { background-color: rgb(110,180,223); }

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

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

 span { border-color: rgb(110,180,223); }

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