#6EC3EB

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

Shades of Malibu #6EC3EB

Tints of Malibu #6EC3EB

Color information

#6EC3EB (or 0x6EC3EB) is unknown color: approx Malibu. HEX triplet: 6E, C3 and EB. RGB value is (110,195,235). Sum of RGB (Red+Green+Blue) = 110+195+235=540 (71% of max value = 765). Red value is 110 (43.36% from 255 or 20.37% from 540); Green value is 195 (76.56% from 255 or 36.11% from 540); Blue value is 235 (92.19% from 255 or 43.52% from 540); Max value from RGB is 235 - color contains mainly: blue. Hex color #6EC3EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6EC3EB is #913C14. Grayscale: #ADADAD. Windows color (decimal): -9518101 or 15450990. OLE color: 15450990.

HSL color Cylindrical-coordinate representation of color #6EC3EB: hue angle of 199.2º 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 #6EC3EB is Cyan = 0.53, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB110195235-
CMYK0.530.1700.08
HSL199.2º75.76%67.65%-
HSV(B)199.2º53.19%92.16%-
XYZ40.9448.3485.77-
YUV174.14162.3482.25-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 20.37%
GREEN value IS 195 (76.56% from 255) = 36.11%
BLUE value IS 235 (92.19% from 255) = 43.52%
R=20.37%
G=36.11%
B=43.52%

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
Decimal1101952350.530.1700.08199.275.7667.65
Hex6EC3EB351108c74c44
Octal1563033536521010307114104
Binary1101110110000111110101111010110001010001100011110011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EC3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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