#6eb0e0

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

Shades of Malibu #6EB0E0

Tints of Malibu #6EB0E0

Color information

#6EB0E0 (or 0x6EB0E0) is unknown color: approx Malibu. HEX triplet: 6E, B0 and E0. RGB value is (110,176,224). Sum of RGB (Red+Green+Blue) = 110+176+224=510 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.57% from 510); Green value is 176 (69.14% from 255 or 34.51% from 510); Blue value is 224 (87.89% from 255 or 43.92% from 510); Max value from RGB is 224 - color contains mainly: blue. Hex color #6EB0E0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EB0E0 is #914F1F. Grayscale: #A1A1A1. Windows color (decimal): -9522976 or 14725230. OLE color: 14725230.

HSL color Cylindrical-coordinate representation of color #6EB0E0: hue angle of 205.26º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6EB0E0 is Cyan = 0.51, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB110176224-
CMYK0.510.2100.12
HSL205.26º64.77%65.49%-
HSV(B)205.26º50.89%87.84%-
XYZ35.4139.7576.33-
YUV161.74163.1391.1-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 21.57%
GREEN value IS 176 (69.14% from 255) = 34.51%
BLUE value IS 224 (87.89% from 255) = 43.92%
R=21.57%
G=34.51%
B=43.92%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1101762240.510.2100.12205.2664.7765.49
Hex6EB0E033150Ccd4141
Octal1562603406325014315101101
Binary1101110101100001110000011001110101011001100110110000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6eb0e0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,176,224); }

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

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

 a { background-color: rgb(110,176,224); }

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

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

 span { border-color: rgb(110,176,224); }

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