#6AAFFA

Color #6AAFFA Maya Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maya Blue #6AAFFA

Tints of Maya Blue #6AAFFA

Color information

#6AAFFA (or 0x6AAFFA) is unknown color: approx Maya Blue. HEX triplet: 6A, AF and FA. RGB value is (106,175,250). Sum of RGB (Red+Green+Blue) = 106+175+250=531 (70% of max value = 765). Red value is 106 (41.80% from 255 or 19.96% from 531); Green value is 175 (68.75% from 255 or 32.96% from 531); Blue value is 250 (98.05% from 255 or 47.08% from 531); Max value from RGB is 250 - color contains mainly: blue. Hex color #6AAFFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6AAFFA is #955005. Grayscale: #A2A2A2. Windows color (decimal): -9785350 or 16428906. OLE color: 16428906.

HSL color Cylindrical-coordinate representation of color #6AAFFA: hue angle of 211.25º 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 #6AAFFA is Cyan = 0.58, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB106175250-
CMYK0.580.300.02
HSL211.25º93.51%69.8%-
HSV(B)211.25º57.6%98.04%-
XYZ38.5340.6396.25-
YUV162.92177.1487.4-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 19.96%
GREEN value IS 175 (68.75% from 255) = 32.96%
BLUE value IS 250 (98.05% from 255) = 47.08%
R=19.96%
G=32.96%
B=47.08%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1061752500.580.300.02211.2593.5169.8
Hex6AAFFA3A1E02d35e46
Octal152257372723602323136106
Binary11010101010111111111010111010111100101101001110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AAFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6AAFFA;
 }
 .AnyTagClassName
 {
   color: #6AAFFA;
 }
</style>
background-color css

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

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

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

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

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

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