Shades of Maya Blue #6AAAFF
Tints of Maya Blue #6AAAFF
RGB
CMYK
RGB Variations
Color information
#6AAAFF (or 0x6AAAFF) is known color: Maya Blue. HEX triplet: 6A, AA and FF. RGB value is (106,170,255). Sum of RGB (Red+Green+Blue) = 106+170+255=531 (70% of max value = 765). Red value is 106 (41.80% from 255 or 19.96% from 531); Green value is 170 (66.80% from 255 or 32.02% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #6AAAFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6AAAFF is #955500. Grayscale: #A0A0A0. Windows color (decimal): -9786625 or 16755306. OLE color: 16755306.
HSL color Cylindrical-coordinate representation of color #6AAAFF: hue angle of 214.23º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AAAFF is Cyan = 0.58, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 106 | 170 | 255 | - |
| CMYK | 0.58 | 0.33 | 0 | 0 |
| HSL | 214.23º | 1% | 0.71% | - |
| HSV(B) | 214.23º | 0.58% | 1% | - |
| XYZ | 38.37 | 39.03 | 100.12 | - |
| YUV | 160.55 | 181.3 | 89.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 170 | 255 | 0.58 | 0.33 | 0 | 0 | 214.23 | 1 | 0.71 |
| Hex | 6A | AA | FF | 3A | 21 | 0 | 0 | D6 | 64 | 47 |
| Octal | 152 | 252 | 377 | 72 | 41 | 0 | 0 | 326 | 144 | 107 |
| Binary | 1101010 | 10101010 | 11111111 | 111010 | 100001 | 0 | 0 | 11010110 | 1100100 | 1000111 |
Color Harmonies of #6AAAFF
Complementary color
Monochromatic Colors of #6AAAFF
Black with #6AAAFF
Text Example
Text Example
White with #6AAAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AAAFF; }
p { color: rgb(106,170,255); }
H1.HeaderClassName
{
color: #6AAAFF;
}
.AnyTagClassName
{
color: #6AAAFF;
}
</style>
background-color css
<style>
a { background-color: #6AAAFF; }
a { background-color: rgb(106,170,255); }
div.DivClassName
{
background-color: #6AAAFF;
}
.BgClassName
{
background-color: #6AAAFF;
}
</style>
border-color css
<style>
span { border-color: #6AAAFF; }
span { border-color: rgb(106,170,255); }
td.TdClassName
{
border-color: #6AAAFF;
}
.TagClassName
{
border-color: #6AAAFF;
}
</style>