Html Css Color HEX #6EB2FA Maya Blue

📋 copy color: '#6EB2FA'

red 110 ◦ green 178 ◦ blue 250

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

Shades of Maya Blue #6EB2FA

Tints of Maya Blue #6EB2FA

RGB

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

 GREEN value IS 178 (69.92% from 255) = 33.09%

 BLUE value IS 250 (98.05% from 255) = 46.47%

R = 20.45%
G = 33.09%
B = 46.47%

CMYK

 C value IS 0.56

 M value IS 0.29

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6EB2FA (or 0x6EB2FA) is known color: Maya Blue. HEX triplet: 6E, B2 and FA. RGB value is (110,178,250). Sum of RGB (Red+Green+Blue) = 110+178+250=538 (71% of max value = 765). Red value is 110 (43.36% from 255 or 20.45% from 538); Green value is 178 (69.92% from 255 or 33.09% from 538); Blue value is 250 (98.05% from 255 or 46.47% from 538); Max value from RGB is 250 - color contains mainly: blue. Hex color #6EB2FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6EB2FA is #914D05. Grayscale: #A5A5A5. Windows color (decimal): -9522438 or 16429678. OLE color: 16429678.

HSL color Cylindrical-coordinate representation of color #6EB2FA: hue angle of 210.86º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6EB2FA is Cyan = 0.56, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 110 178 250 -
CMYK 0.56 0.29 0 0.02
HSL 210.86º 0.93% 0.71% -
HSV(B) 210.86º 0.56% 0.98% -
XYZ 39.61 42.06 96.47 -
YUV 165.88 175.47 88.15 -
System Red Green Blue C M Y K H S L
Decimal 110 178 250 0.56 0.29 0 0.02 210.86 0.93 0.71
Hex 6E B2 FA 38 1D 0 2 D3 5D 47
Octal 156 262 372 70 35 0 2 323 135 107
Binary 1101110 10110010 11111010 111000 11101 0 10 11010011 1011101 1000111

Color Harmonies of #6EB2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EB2FA

Black with #6EB2FA

Text Example


Text Example

White with #6EB2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,178,250); }

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

background-color css

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

 a { background-color: rgb(110,178,250); }

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

border-color css

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

 span { border-color: rgb(110,178,250); }

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