#6EB1E0

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

Shades of Malibu #6EB1E0

Tints of Malibu #6EB1E0

Color information

#6EB1E0 (or 0x6EB1E0) is unknown color: approx Malibu. HEX triplet: 6E, B1 and E0. RGB value is (110,177,224). Sum of RGB (Red+Green+Blue) = 110+177+224=511 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.53% from 511); Green value is 177 (69.53% from 255 or 34.64% from 511); Blue value is 224 (87.89% from 255 or 43.84% from 511); Max value from RGB is 224 - color contains mainly: blue. Hex color #6EB1E0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EB1E0 is #914E1F. Grayscale: #A2A2A2. Windows color (decimal): -9522720 or 14725486. OLE color: 14725486.

HSL color Cylindrical-coordinate representation of color #6EB1E0: hue angle of 204.74º 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 #6EB1E0 is Cyan = 0.51, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB110177224-
CMYK0.510.2100.12
HSL204.74º64.77%65.49%-
HSV(B)204.74º50.89%87.84%-
XYZ35.6140.1476.39-
YUV162.32162.890.68-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 21.53%
GREEN value IS 177 (69.53% from 255) = 34.64%
BLUE value IS 224 (87.89% from 255) = 43.84%
R=21.53%
G=34.64%
B=43.84%

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
Decimal1101772240.510.2100.12204.7464.7765.49
Hex6EB1E033150Ccd4141
Octal1562613406325014315101101
Binary1101110101100011110000011001110101011001100110110000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EB1E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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