Html Css Color HEX #6EAEFF Maya Blue

📋 copy color: '#6EAEFF'

red 110 ◦ green 174 ◦ blue 255

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

Shades of Maya Blue #6EAEFF

Tints of Maya Blue #6EAEFF

RGB

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

 GREEN value IS 174 (68.36% from 255) = 32.28%

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

R = 20.41%
G = 32.28%
B = 47.31%

CMYK

 C value IS 0.57

 M value IS 0.32

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6EAEFF (or 0x6EAEFF) is known color: Maya Blue. HEX triplet: 6E, AE and FF. RGB value is (110,174,255). Sum of RGB (Red+Green+Blue) = 110+174+255=539 (71% of max value = 765). Red value is 110 (43.36% from 255 or 20.41% from 539); Green value is 174 (68.36% from 255 or 32.28% from 539); Blue value is 255 (100% from 255 or 47.31% from 539); Max value from RGB is 255 - color contains mainly: blue. Hex color #6EAEFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6EAEFF is #915100. Grayscale: #A3A3A3. Windows color (decimal): -9523457 or 16756334. OLE color: 16756334.

HSL color Cylindrical-coordinate representation of color #6EAEFF: hue angle of 213.52º 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 #6EAEFF is Cyan = 0.57, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 110 174 255 -
CMYK 0.57 0.32 0 0
HSL 213.52º 1% 0.72% -
HSV(B) 213.52º 0.57% 1% -
XYZ 39.62 40.81 100.4 -
YUV 164.1 179.3 89.41 -
System Red Green Blue C M Y K H S L
Decimal 110 174 255 0.57 0.32 0 0 213.52 1 0.72
Hex 6E AE FF 39 20 0 0 D6 64 48
Octal 156 256 377 71 40 0 0 326 144 110
Binary 1101110 10101110 11111111 111001 100000 0 0 11010110 1100100 1001000

Color Harmonies of #6EAEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EAEFF

Black with #6EAEFF

Text Example


Text Example

White with #6EAEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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