#6EB0DB

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

Shades of Malibu #6EB0DB

Tints of Malibu #6EB0DB

Color information

#6EB0DB (or 0x6EB0DB) is unknown color: approx Malibu. HEX triplet: 6E, B0 and DB. RGB value is (110,176,219). Sum of RGB (Red+Green+Blue) = 110+176+219=505 (66% of max value = 765). Red value is 110 (43.36% from 255 or 21.78% from 505); Green value is 176 (69.14% from 255 or 34.85% from 505); Blue value is 219 (85.94% from 255 or 43.37% from 505); Max value from RGB is 219 - color contains mainly: blue. Hex color #6EB0DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EB0DB is #914F24. Grayscale: #A0A0A0. Windows color (decimal): -9522981 or 14397550. OLE color: 14397550.

HSL color Cylindrical-coordinate representation of color #6EB0DB: hue angle of 203.67º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6EB0DB is Cyan = 0.50, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB110176219-
CMYK0.500.2000.14
HSL203.67º60.22%64.51%-
HSV(B)203.67º49.77%85.88%-
XYZ34.7439.4872.81-
YUV161.17160.6391.5-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 21.78%
GREEN value IS 176 (69.14% from 255) = 34.85%
BLUE value IS 219 (85.94% from 255) = 43.37%
R=21.78%
G=34.85%
B=43.37%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1101762190.500.2000.14203.6760.2264.51
Hex6EB0DB32140Ecc3c41
Octal156260333622401631474101
Binary110111010110000110110111100101010001110110011001111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EB0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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