#6EC3DC

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

Shades of Malibu #6EC3DC

Tints of Malibu #6EC3DC

Color information

#6EC3DC (or 0x6EC3DC) is unknown color: approx Malibu. HEX triplet: 6E, C3 and DC. RGB value is (110,195,220). Sum of RGB (Red+Green+Blue) = 110+195+220=525 (69% of max value = 765). Red value is 110 (43.36% from 255 or 20.95% from 525); Green value is 195 (76.56% from 255 or 37.14% from 525); Blue value is 220 (86.33% from 255 or 41.90% from 525); Max value from RGB is 220 - color contains mainly: blue. Hex color #6EC3DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EC3DC is #913C23. Grayscale: #ACACAC. Windows color (decimal): -9518116 or 14467950. OLE color: 14467950.

HSL color Cylindrical-coordinate representation of color #6EC3DC: hue angle of 193.64º degrees, saturation: 0.61, 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 #6EC3DC is Cyan = 0.50, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB110195220-
CMYK0.500.1100.14
HSL193.64º61.11%64.71%-
HSV(B)193.64º50%86.27%-
XYZ38.8647.5174.83-
YUV172.44154.8483.47-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 20.95%
GREEN value IS 195 (76.56% from 255) = 37.14%
BLUE value IS 220 (86.33% from 255) = 41.90%
R=20.95%
G=37.14%
B=41.90%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1101952200.500.1100.14193.6461.1164.71
Hex6EC3DC32B0Ec23d41
Octal156303334621301630275101
Binary11011101100001111011100110010101101110110000101111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EC3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,195,220); }

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

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

 a { background-color: rgb(110,195,220); }

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

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

 span { border-color: rgb(110,195,220); }

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