#6EABFF

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

Shades of Maya Blue #6EABFF

Tints of Maya Blue #6EABFF

Color information

#6EABFF (or 0x6EABFF) is unknown color: approx Maya Blue. HEX triplet: 6E, AB and FF. RGB value is (110,171,255). Sum of RGB (Red+Green+Blue) = 110+171+255=536 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.52% from 536); Green value is 171 (67.19% from 255 or 31.90% from 536); Blue value is 255 (100% from 255 or 47.57% from 536); Max value from RGB is 255 - color contains mainly: blue. Hex color #6EABFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6EABFF is #915400. Grayscale: #A1A1A1. Windows color (decimal): -9524225 or 16755566. OLE color: 16755566.

HSL color Cylindrical-coordinate representation of color #6EABFF: hue angle of 214.76º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6EABFF is Cyan = 0.57, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB110171255-
CMYK0.570.3300
HSL214.76º100%71.57%-
HSV(B)214.76º56.86%100%-
XYZ39.0439.66100.21-
YUV162.34180.2990.67-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 20.52%
GREEN value IS 171 (67.19% from 255) = 31.90%
BLUE value IS 255 (100% from 255) = 47.57%
R=20.52%
G=31.90%
B=47.57%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1101712550.570.3300214.7610071.57
Hex6EABFF392100d76448
Octal156253377714100327144110
Binary11011101010101111111111111001100001001101011111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EABFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,171,255); }

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

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

 a { background-color: rgb(110,171,255); }

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

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

 span { border-color: rgb(110,171,255); }

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