#6EAEFC

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

Shades of Maya Blue #6EAEFC

Tints of Maya Blue #6EAEFC

Color information

#6EAEFC (or 0x6EAEFC) is unknown color: approx Maya Blue. HEX triplet: 6E, AE and FC. RGB value is (110,174,252). Sum of RGB (Red+Green+Blue) = 110+174+252=536 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.52% from 536); Green value is 174 (68.36% from 255 or 32.46% from 536); Blue value is 252 (98.83% from 255 or 47.01% from 536); Max value from RGB is 252 - color contains mainly: blue. Hex color #6EAEFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6EAEFC is #915103. Grayscale: #A3A3A3. Windows color (decimal): -9523460 or 16559726. OLE color: 16559726.

HSL color Cylindrical-coordinate representation of color #6EAEFC: hue angle of 212.96º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6EAEFC is Cyan = 0.56, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB110174252-
CMYK0.560.3100.01
HSL212.96º95.95%70.98%-
HSV(B)212.96º56.35%98.82%-
XYZ39.1440.6297.87-
YUV163.76177.889.66-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 20.52%
GREEN value IS 174 (68.36% from 255) = 32.46%
BLUE value IS 252 (98.83% from 255) = 47.01%
R=20.52%
G=32.46%
B=47.01%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1101742520.560.3100.01212.9695.9570.98
Hex6EAEFC381F01d56047
Octal156256374703701325140107
Binary1101110101011101111110011100011111011101010111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EAEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,174,252); }

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

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

 a { background-color: rgb(110,174,252); }

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

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

 span { border-color: rgb(110,174,252); }

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