Html Css Color HEX #6EADFC Maya Blue

📋 copy color: '#6EADFC'

red 110 ◦ green 173 ◦ blue 252

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

Shades of Maya Blue #6EADFC

Tints of Maya Blue #6EADFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 47.1%

R = 20.56%
G = 32.34%
B = 47.1%

CMYK

 C value IS 0.56

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6EADFC (or 0x6EADFC) is known color: Maya Blue. HEX triplet: 6E, AD and FC. RGB value is (110,173,252). Sum of RGB (Red+Green+Blue) = 110+173+252=535 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.56% from 535); Green value is 173 (67.97% from 255 or 32.34% from 535); Blue value is 252 (98.83% from 255 or 47.10% from 535); Max value from RGB is 252 - color contains mainly: blue. Hex color #6EADFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6EADFC is #915203. Grayscale: #A2A2A2. Windows color (decimal): -9523716 or 16559470. OLE color: 16559470.

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

Color convert

RGB 110 173 252 -
CMYK 0.56 0.31 0 0.01
HSL 213.38º 0.96% 0.71% -
HSV(B) 213.38º 0.56% 0.99% -
XYZ 38.94 40.23 97.81 -
YUV 163.17 178.13 90.08 -
System Red Green Blue C M Y K H S L
Decimal 110 173 252 0.56 0.31 0 0.01 213.38 0.96 0.71
Hex 6E AD FC 38 1F 0 1 D5 60 47
Octal 156 255 374 70 37 0 1 325 140 107
Binary 1101110 10101101 11111100 111000 11111 0 1 11010101 1100000 1000111

Color Harmonies of #6EADFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EADFC

Black with #6EADFC

Text Example


Text Example

White with #6EADFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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