#6EB2FC

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

Shades of Maya Blue #6EB2FC

Tints of Maya Blue #6EB2FC

Color information

#6EB2FC (or 0x6EB2FC) is unknown color: approx Maya Blue. HEX triplet: 6E, B2 and FC. RGB value is (110,178,252). Sum of RGB (Red+Green+Blue) = 110+178+252=540 (71% of max value = 765). Red value is 110 (43.36% from 255 or 20.37% from 540); Green value is 178 (69.92% from 255 or 32.96% from 540); Blue value is 252 (98.83% from 255 or 46.67% from 540); Max value from RGB is 252 - color contains mainly: blue. Hex color #6EB2FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6EB2FC is #914D03. Grayscale: #A5A5A5. Windows color (decimal): -9522436 or 16560750. OLE color: 16560750.

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

Color convert

RGB110178252-
CMYK0.560.2900.01
HSL211.27º95.95%70.98%-
HSV(B)211.27º56.35%98.82%-
XYZ39.9242.1898.13-
YUV166.1176.4787.98-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 20.37%
GREEN value IS 178 (69.92% from 255) = 32.96%
BLUE value IS 252 (98.83% from 255) = 46.67%
R=20.37%
G=32.96%
B=46.67%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1101782520.560.2900.01211.2795.9570.98
Hex6EB2FC381D01d36047
Octal156262374703501323140107
Binary1101110101100101111110011100011101011101001111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EB2FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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