#6EC4EB

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

Shades of Malibu #6EC4EB

Tints of Malibu #6EC4EB

Color information

#6EC4EB (or 0x6EC4EB) is unknown color: approx Malibu. HEX triplet: 6E, C4 and EB. RGB value is (110,196,235). Sum of RGB (Red+Green+Blue) = 110+196+235=541 (71% of max value = 765). Red value is 110 (43.36% from 255 or 20.33% from 541); Green value is 196 (76.95% from 255 or 36.23% from 541); Blue value is 235 (92.19% from 255 or 43.44% from 541); Max value from RGB is 235 - color contains mainly: blue. Hex color #6EC4EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6EC4EB is #913B14. Grayscale: #AEAEAE. Windows color (decimal): -9517845 or 15451246. OLE color: 15451246.

HSL color Cylindrical-coordinate representation of color #6EC4EB: hue angle of 198.72º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6EC4EB is Cyan = 0.53, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB110196235-
CMYK0.530.1700.08
HSL198.72º75.76%67.65%-
HSV(B)198.72º53.19%92.16%-
XYZ41.1748.7985.85-
YUV174.73162.0181.83-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 20.33%
GREEN value IS 196 (76.95% from 255) = 36.23%
BLUE value IS 235 (92.19% from 255) = 43.44%
R=20.33%
G=36.23%
B=43.44%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1101962350.530.1700.08198.7275.7667.65
Hex6EC4EB351108c74c44
Octal1563043536521010307114104
Binary1101110110001001110101111010110001010001100011110011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EC4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,196,235); }

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

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

 a { background-color: rgb(110,196,235); }

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

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

 span { border-color: rgb(110,196,235); }

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