#6EC7FE

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

Shades of Maya Blue #6EC7FE

Tints of Maya Blue #6EC7FE

Color information

#6EC7FE (or 0x6EC7FE) is unknown color: approx Maya Blue. HEX triplet: 6E, C7 and FE. RGB value is (110,199,254). Sum of RGB (Red+Green+Blue) = 110+199+254=563 (74% of max value = 765). Red value is 110 (43.36% from 255 or 19.54% from 563); Green value is 199 (78.12% from 255 or 35.35% from 563); Blue value is 254 (99.61% from 255 or 45.12% from 563); Max value from RGB is 254 - color contains mainly: blue. Hex color #6EC7FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6EC7FE is #913801. Grayscale: #B2B2B2. Windows color (decimal): -9517058 or 16697198. OLE color: 16697198.

HSL color Cylindrical-coordinate representation of color #6EC7FE: hue angle of 202.92º 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 #6EC7FE is Cyan = 0.57, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB110199254-
CMYK0.570.2200.00
HSL202.92º98.63%71.37%-
HSV(B)202.92º56.69%99.61%-
XYZ44.7451.32101.31-
YUV178.66170.5179.03-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 19.54%
GREEN value IS 199 (78.12% from 255) = 35.35%
BLUE value IS 254 (99.61% from 255) = 45.12%
R=19.54%
G=35.35%
B=45.12%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1101992540.570.2200.00202.9298.6371.37
Hex6EC7FE391600cb6347
Octal156307376712600313143107
Binary1101110110001111111111011100110110001100101111000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EC7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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