Html Css Color HEX #6AABFA Maya Blue

📋 copy color: '#6AABFA'

red 106 ◦ green 171 ◦ blue 250

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

Shades of Maya Blue #6AABFA

Tints of Maya Blue #6AABFA

RGB

 RED value IS 106 (41.8% from 255) = 20.11%

 GREEN value IS 171 (67.19% from 255) = 32.45%

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

R = 20.11%
G = 32.45%
B = 47.44%

CMYK

 C value IS 0.58

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6AABFA (or 0x6AABFA) is known color: Maya Blue. HEX triplet: 6A, AB and FA. RGB value is (106,171,250). Sum of RGB (Red+Green+Blue) = 106+171+250=527 (69% of max value = 765). Red value is 106 (41.80% from 255 or 20.11% from 527); Green value is 171 (67.19% from 255 or 32.45% from 527); Blue value is 250 (98.05% from 255 or 47.44% from 527); Max value from RGB is 250 - color contains mainly: blue. Hex color #6AABFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6AABFA is #955405. Grayscale: #A0A0A0. Windows color (decimal): -9786374 or 16427882. OLE color: 16427882.

HSL color Cylindrical-coordinate representation of color #6AABFA: hue angle of 212.92º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AABFA is Cyan = 0.58, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 106 171 250 -
CMYK 0.58 0.32 0 0.02
HSL 212.92º 0.94% 0.7% -
HSV(B) 212.92º 0.58% 0.98% -
XYZ 37.76 39.09 96 -
YUV 160.57 178.47 89.08 -
System Red Green Blue C M Y K H S L
Decimal 106 171 250 0.58 0.32 0 0.02 212.92 0.94 0.7
Hex 6A AB FA 3A 20 0 2 D5 5E 46
Octal 152 253 372 72 40 0 2 325 136 106
Binary 1101010 10101011 11111010 111010 100000 0 10 11010101 1011110 1000110

Color Harmonies of #6AABFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AABFA

Black with #6AABFA

Text Example


Text Example

White with #6AABFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,171,250); }

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

background-color css

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

 a { background-color: rgb(106,171,250); }

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

border-color css

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

 span { border-color: rgb(106,171,250); }

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