#6EC1FC

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

Shades of Maya Blue #6EC1FC

Tints of Maya Blue #6EC1FC

Color information

#6EC1FC (or 0x6EC1FC) is unknown color: approx Maya Blue. HEX triplet: 6E, C1 and FC. RGB value is (110,193,252). Sum of RGB (Red+Green+Blue) = 110+193+252=555 (73% of max value = 765). Red value is 110 (43.36% from 255 or 19.82% from 555); Green value is 193 (75.78% from 255 or 34.77% from 555); Blue value is 252 (98.83% from 255 or 45.41% from 555); Max value from RGB is 252 - color contains mainly: blue. Hex color #6EC1FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6EC1FC is #913E03. Grayscale: #AEAEAE. Windows color (decimal): -9518596 or 16564590. OLE color: 16564590.

HSL color Cylindrical-coordinate representation of color #6EC1FC: hue angle of 204.93º 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 #6EC1FC is Cyan = 0.56, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB110193252-
CMYK0.560.2300.01
HSL204.93º95.95%70.98%-
HSV(B)204.93º56.35%98.82%-
XYZ43.0748.4899.18-
YUV174.91171.581.7-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 19.82%
GREEN value IS 193 (75.78% from 255) = 34.77%
BLUE value IS 252 (98.83% from 255) = 45.41%
R=19.82%
G=34.77%
B=45.41%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1101932520.560.2300.01204.9395.9570.98
Hex6EC1FC381701cd6047
Octal156301374702701315140107
Binary1101110110000011111110011100010111011100110111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EC1FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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