Html Css Color HEX #6EB6FE Maya Blue

📋 copy color: '#6EB6FE'

red 110 ◦ green 182 ◦ blue 254

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

Shades of Maya Blue #6EB6FE

Tints of Maya Blue #6EB6FE

RGB

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

 GREEN value IS 182 (71.48% from 255) = 33.33%

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

R = 20.15%
G = 33.33%
B = 46.52%

CMYK

 C value IS 0.57

 M value IS 0.28

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6EB6FE (or 0x6EB6FE) is known color: Maya Blue. HEX triplet: 6E, B6 and FE. RGB value is (110,182,254). Sum of RGB (Red+Green+Blue) = 110+182+254=546 (72% of max value = 765). Red value is 110 (43.36% from 255 or 20.15% from 546); Green value is 182 (71.48% from 255 or 33.33% from 546); Blue value is 254 (99.61% from 255 or 46.52% from 546); Max value from RGB is 254 - color contains mainly: blue. Hex color #6EB6FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6EB6FE is #914901. Grayscale: #A8A8A8. Windows color (decimal): -9521410 or 16692846. OLE color: 16692846.

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

Color convert

RGB 110 182 254 -
CMYK 0.57 0.28 0 0.00
HSL 210º 0.99% 0.71% -
HSV(B) 210º 0.57% 1% -
XYZ 41.05 43.93 100.08 -
YUV 168.68 176.15 86.15 -
System Red Green Blue C M Y K H S L
Decimal 110 182 254 0.57 0.28 0 0.00 210 0.99 0.71
Hex 6E B6 FE 39 1C 0 0 D2 63 47
Octal 156 266 376 71 34 0 0 322 143 107
Binary 1101110 10110110 11111110 111001 11100 0 0 11010010 1100011 1000111

Color Harmonies of #6EB6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EB6FE

Black with #6EB6FE

Text Example


Text Example

White with #6EB6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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