#6EB2EA

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

Shades of Malibu #6EB2EA

Tints of Malibu #6EB2EA

Color information

#6EB2EA (or 0x6EB2EA) is unknown color: approx Malibu. HEX triplet: 6E, B2 and EA. RGB value is (110,178,234). Sum of RGB (Red+Green+Blue) = 110+178+234=522 (69% of max value = 765). Red value is 110 (43.36% from 255 or 21.07% from 522); Green value is 178 (69.92% from 255 or 34.10% from 522); Blue value is 234 (91.80% from 255 or 44.83% from 522); Max value from RGB is 234 - color contains mainly: blue. Hex color #6EB2EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6EB2EA is #914D15. Grayscale: #A3A3A3. Windows color (decimal): -9522454 or 15381102. OLE color: 15381102.

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

Color convert

RGB110178234-
CMYK0.530.2400.08
HSL207.1º74.7%67.45%-
HSV(B)207.1º52.99%91.76%-
XYZ37.241.183.81-
YUV164.05167.4789.45-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 21.07%
GREEN value IS 178 (69.92% from 255) = 34.10%
BLUE value IS 234 (91.80% from 255) = 44.83%
R=21.07%
G=34.10%
B=44.83%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1101782340.530.2400.08207.174.767.45
Hex6EB2EA351808cf4b43
Octal1562623526530010317113103
Binary1101110101100101110101011010111000010001100111110010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EB2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,178,234); }

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

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

 a { background-color: rgb(110,178,234); }

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

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

 span { border-color: rgb(110,178,234); }

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