Html Css Color HEX #6EB4FE Maya Blue

📋 copy color: '#6EB4FE'

red 110 ◦ green 180 ◦ blue 254

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

Shades of Maya Blue #6EB4FE

Tints of Maya Blue #6EB4FE

RGB

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

 GREEN value IS 180 (70.7% from 255) = 33.09%

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

R = 20.22%
G = 33.09%
B = 46.69%

CMYK

 C value IS 0.57

 M value IS 0.29

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6EB4FE (or 0x6EB4FE) is known color: Maya Blue. HEX triplet: 6E, B4 and FE. RGB value is (110,180,254). Sum of RGB (Red+Green+Blue) = 110+180+254=544 (72% of max value = 765). Red value is 110 (43.36% from 255 or 20.22% from 544); Green value is 180 (70.70% from 255 or 33.09% from 544); Blue value is 254 (99.61% from 255 or 46.69% from 544); Max value from RGB is 254 - color contains mainly: blue. Hex color #6EB4FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6EB4FE is #914B01. Grayscale: #A7A7A7. Windows color (decimal): -9521922 or 16692334. OLE color: 16692334.

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

Color convert

RGB 110 180 254 -
CMYK 0.57 0.29 0 0.00
HSL 210.83º 0.99% 0.71% -
HSV(B) 210.83º 0.57% 1% -
XYZ 40.64 43.11 99.95 -
YUV 167.51 176.81 86.98 -
System Red Green Blue C M Y K H S L
Decimal 110 180 254 0.57 0.29 0 0.00 210.83 0.99 0.71
Hex 6E B4 FE 39 1D 0 0 D3 63 47
Octal 156 264 376 71 35 0 0 323 143 107
Binary 1101110 10110100 11111110 111001 11101 0 0 11010011 1100011 1000111

Color Harmonies of #6EB4FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EB4FE

Black with #6EB4FE

Text Example


Text Example

White with #6EB4FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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