Html Css Color HEX #6EAAFC Maya Blue

📋 copy color: '#6EAAFC'

red 110 ◦ green 170 ◦ blue 252

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

Shades of Maya Blue #6EAAFC

Tints of Maya Blue #6EAAFC

RGB

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

 GREEN value IS 170 (66.8% from 255) = 31.95%

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

R = 20.68%
G = 31.95%
B = 47.37%

CMYK

 C value IS 0.56

 M value IS 0.33

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6EAAFC (or 0x6EAAFC) is known color: Maya Blue. HEX triplet: 6E, AA and FC. RGB value is (110,170,252). Sum of RGB (Red+Green+Blue) = 110+170+252=532 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.68% from 532); Green value is 170 (66.80% from 255 or 31.95% from 532); Blue value is 252 (98.83% from 255 or 47.37% from 532); Max value from RGB is 252 - color contains mainly: blue. Hex color #6EAAFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6EAAFC is #915503. Grayscale: #A1A1A1. Windows color (decimal): -9524484 or 16558702. OLE color: 16558702.

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

Color convert

RGB 110 170 252 -
CMYK 0.56 0.33 0 0.01
HSL 214.65º 0.96% 0.71% -
HSV(B) 214.65º 0.56% 0.99% -
XYZ 38.38 39.09 97.62 -
YUV 161.41 179.12 91.33 -
System Red Green Blue C M Y K H S L
Decimal 110 170 252 0.56 0.33 0 0.01 214.65 0.96 0.71
Hex 6E AA FC 38 21 0 1 D7 60 47
Octal 156 252 374 70 41 0 1 327 140 107
Binary 1101110 10101010 11111100 111000 100001 0 1 11010111 1100000 1000111

Color Harmonies of #6EAAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EAAFC

Black with #6EAAFC

Text Example


Text Example

White with #6EAAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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