Html Css Color HEX #6EAAFF Maya Blue

📋 copy color: '#6EAAFF'

red 110 ◦ green 170 ◦ blue 255

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

Shades of Maya Blue #6EAAFF

Tints of Maya Blue #6EAAFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 47.66%

R = 20.56%
G = 31.78%
B = 47.66%

CMYK

 C value IS 0.57

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6EAAFF (or 0x6EAAFF) is known color: Maya Blue. HEX triplet: 6E, AA and FF. RGB value is (110,170,255). Sum of RGB (Red+Green+Blue) = 110+170+255=535 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.56% from 535); Green value is 170 (66.80% from 255 or 31.78% from 535); Blue value is 255 (100% from 255 or 47.66% from 535); Max value from RGB is 255 - color contains mainly: blue. Hex color #6EAAFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6EAAFF is #915500. Grayscale: #A1A1A1. Windows color (decimal): -9524481 or 16755310. OLE color: 16755310.

HSL color Cylindrical-coordinate representation of color #6EAAFF: hue angle of 215.17º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6EAAFF is Cyan = 0.57, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 110 170 255 -
CMYK 0.57 0.33 0 0
HSL 215.17º 1% 0.72% -
HSV(B) 215.17º 0.57% 1% -
XYZ 38.86 39.28 100.14 -
YUV 161.75 180.62 91.09 -
System Red Green Blue C M Y K H S L
Decimal 110 170 255 0.57 0.33 0 0 215.17 1 0.72
Hex 6E AA FF 39 21 0 0 D7 64 48
Octal 156 252 377 71 41 0 0 327 144 110
Binary 1101110 10101010 11111111 111001 100001 0 0 11010111 1100100 1001000

Color Harmonies of #6EAAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EAAFF

Black with #6EAAFF

Text Example


Text Example

White with #6EAAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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