Html Css Color HEX #6EAEFE Maya Blue

📋 copy color: '#6EAEFE'

red 110 ◦ green 174 ◦ blue 254

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

Shades of Maya Blue #6EAEFE

Tints of Maya Blue #6EAEFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 47.21%

R = 20.45%
G = 32.34%
B = 47.21%

CMYK

 C value IS 0.57

 M value IS 0.31

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6EAEFE (or 0x6EAEFE) is known color: Maya Blue. HEX triplet: 6E, AE and FE. RGB value is (110,174,254). Sum of RGB (Red+Green+Blue) = 110+174+254=538 (71% of max value = 765). Red value is 110 (43.36% from 255 or 20.45% from 538); Green value is 174 (68.36% from 255 or 32.34% from 538); Blue value is 254 (99.61% from 255 or 47.21% from 538); Max value from RGB is 254 - color contains mainly: blue. Hex color #6EAEFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6EAEFE is #915101. Grayscale: #A3A3A3. Windows color (decimal): -9523458 or 16690798. OLE color: 16690798.

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

Color convert

RGB 110 174 254 -
CMYK 0.57 0.31 0 0.00
HSL 213.33º 0.99% 0.71% -
HSV(B) 213.33º 0.57% 1% -
XYZ 39.46 40.74 99.55 -
YUV 163.98 178.8 89.5 -
System Red Green Blue C M Y K H S L
Decimal 110 174 254 0.57 0.31 0 0.00 213.33 0.99 0.71
Hex 6E AE FE 39 1F 0 0 D5 63 47
Octal 156 256 376 71 37 0 0 325 143 107
Binary 1101110 10101110 11111110 111001 11111 0 0 11010101 1100011 1000111

Color Harmonies of #6EAEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EAEFE

Black with #6EAEFE

Text Example


Text Example

White with #6EAEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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