Html Css Color HEX #6EADFA Maya Blue

📋 copy color: '#6EADFA'

red 110 ◦ green 173 ◦ blue 250

#6EADFA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maya Blue #6EADFA

Tints of Maya Blue #6EADFA

RGB

 RED value IS 110 (43.36% from 255) = 20.64%

 GREEN value IS 173 (67.97% from 255) = 32.46%

 BLUE value IS 250 (98.05% from 255) = 46.9%

R = 20.64%
G = 32.46%
B = 46.9%

CMYK

 C value IS 0.56

 M value IS 0.31

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6EADFA (or 0x6EADFA) is known color: Maya Blue. HEX triplet: 6E, AD and FA. RGB value is (110,173,250). Sum of RGB (Red+Green+Blue) = 110+173+250=533 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.64% from 533); Green value is 173 (67.97% from 255 or 32.46% from 533); Blue value is 250 (98.05% from 255 or 46.90% from 533); Max value from RGB is 250 - color contains mainly: blue. Hex color #6EADFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6EADFA is #915205. Grayscale: #A2A2A2. Windows color (decimal): -9523718 or 16428398. OLE color: 16428398.

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

Color convert

RGB 110 173 250 -
CMYK 0.56 0.31 0 0.02
HSL 213º 0.93% 0.71% -
HSV(B) 213º 0.56% 0.98% -
XYZ 38.63 40.1 96.15 -
YUV 162.94 177.13 90.24 -
System Red Green Blue C M Y K H S L
Decimal 110 173 250 0.56 0.31 0 0.02 213 0.93 0.71
Hex 6E AD FA 38 1F 0 2 D5 5D 47
Octal 156 255 372 70 37 0 2 325 135 107
Binary 1101110 10101101 11111010 111000 11111 0 10 11010101 1011101 1000111

Color Harmonies of #6EADFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EADFA

Black with #6EADFA

Text Example


Text Example

White with #6EADFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,173,250); }

 H1.HeaderClassName
 {
   color: #6EADFA;
 }
 .AnyTagClassName
 {
   color: #6EADFA;
 }
</style>

background-color css

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

 a { background-color: rgb(110,173,250); }

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

border-color css

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

 span { border-color: rgb(110,173,250); }

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