#6EB3EA

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

Shades of Malibu #6EB3EA

Tints of Malibu #6EB3EA

Color information

#6EB3EA (or 0x6EB3EA) is unknown color: approx Malibu. HEX triplet: 6E, B3 and EA. RGB value is (110,179,234). Sum of RGB (Red+Green+Blue) = 110+179+234=523 (69% of max value = 765). Red value is 110 (43.36% from 255 or 21.03% from 523); Green value is 179 (70.31% from 255 or 34.23% from 523); Blue value is 234 (91.80% from 255 or 44.74% from 523); Max value from RGB is 234 - color contains mainly: blue. Hex color #6EB3EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6EB3EA is #914C15. Grayscale: #A4A4A4. Windows color (decimal): -9522198 or 15381358. OLE color: 15381358.

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

Color convert

RGB110179234-
CMYK0.530.2400.08
HSL206.61º74.7%67.45%-
HSV(B)206.61º52.99%91.76%-
XYZ37.441.583.88-
YUV164.64167.1489.03-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 21.03%
GREEN value IS 179 (70.31% from 255) = 34.23%
BLUE value IS 234 (91.80% from 255) = 44.74%
R=21.03%
G=34.23%
B=44.74%

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
Decimal1101792340.530.2400.08206.6174.767.45
Hex6EB3EA351808cf4b43
Octal1562633526530010317113103
Binary1101110101100111110101011010111000010001100111110010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EB3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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