#6EC1FE

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

Shades of Maya Blue #6EC1FE

Tints of Maya Blue #6EC1FE

Color information

#6EC1FE (or 0x6EC1FE) is unknown color: approx Maya Blue. HEX triplet: 6E, C1 and FE. RGB value is (110,193,254). Sum of RGB (Red+Green+Blue) = 110+193+254=557 (73% of max value = 765). Red value is 110 (43.36% from 255 or 19.75% from 557); Green value is 193 (75.78% from 255 or 34.65% from 557); Blue value is 254 (99.61% from 255 or 45.60% from 557); Max value from RGB is 254 - color contains mainly: blue. Hex color #6EC1FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6EC1FE is #913E01. Grayscale: #AEAEAE. Windows color (decimal): -9518594 or 16695662. OLE color: 16695662.

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

Color convert

RGB110193254-
CMYK0.570.2400.00
HSL205.42º98.63%71.37%-
HSV(B)205.42º56.69%99.61%-
XYZ43.3948.61100.86-
YUV175.14172.581.54-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 19.75%
GREEN value IS 193 (75.78% from 255) = 34.65%
BLUE value IS 254 (99.61% from 255) = 45.60%
R=19.75%
G=34.65%
B=45.60%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1101932540.570.2400.00205.4298.6371.37
Hex6EC1FE391800cd6347
Octal156301376713000315143107
Binary1101110110000011111111011100111000001100110111000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EC1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,193,254); }

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

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

 a { background-color: rgb(110,193,254); }

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

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

 span { border-color: rgb(110,193,254); }

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