#6eb0dd

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

Shades of Malibu #6EB0DD

Tints of Malibu #6EB0DD

Color information

#6EB0DD (or 0x6EB0DD) is unknown color: approx Malibu. HEX triplet: 6E, B0 and DD. RGB value is (110,176,221). Sum of RGB (Red+Green+Blue) = 110+176+221=507 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.70% from 507); Green value is 176 (69.14% from 255 or 34.71% from 507); Blue value is 221 (86.72% from 255 or 43.59% from 507); Max value from RGB is 221 - color contains mainly: blue. Hex color #6EB0DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EB0DD is #914F22. Grayscale: #A1A1A1. Windows color (decimal): -9522979 or 14528622. OLE color: 14528622.

HSL color Cylindrical-coordinate representation of color #6EB0DD: hue angle of 204.32º 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 #6EB0DD is Cyan = 0.50, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB110176221-
CMYK0.500.2000.13
HSL204.32º62.01%64.9%-
HSV(B)204.32º50.23%86.67%-
XYZ35.0139.5974.2-
YUV161.4161.6391.34-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 21.70%
GREEN value IS 176 (69.14% from 255) = 34.71%
BLUE value IS 221 (86.72% from 255) = 43.59%
R=21.70%
G=34.71%
B=43.59%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1101762210.500.2000.13204.3262.0164.9
Hex6EB0DD32140Dcc3e41
Octal156260335622401531476101
Binary110111010110000110111011100101010001101110011001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6eb0dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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