Shades of Maya Blue #6FAAFE
Tints of Maya Blue #6FAAFE
RGB
CMYK
RGB Variations
Color information
#6FAAFE (or 0x6FAAFE) is known color: Maya Blue. HEX triplet: 6F, AA and FE. RGB value is (111,170,254). Sum of RGB (Red+Green+Blue) = 111+170+254=535 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.75% from 535); Green value is 170 (66.80% from 255 or 31.78% from 535); Blue value is 254 (99.61% from 255 or 47.48% from 535); Max value from RGB is 254 - color contains mainly: blue. Hex color #6FAAFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6FAAFE is #905501. Grayscale: #A1A1A1. Windows color (decimal): -9458946 or 16689775. OLE color: 16689775.
HSL color Cylindrical-coordinate representation of color #6FAAFE: hue angle of 215.24º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FAAFE is Cyan = 0.56, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 111 | 170 | 254 | - |
| CMYK | 0.56 | 0.33 | 0 | 0.00 |
| HSL | 215.24º | 0.99% | 0.72% | - |
| HSV(B) | 215.24º | 0.56% | 1% | - |
| XYZ | 38.82 | 39.28 | 99.3 | - |
| YUV | 161.94 | 179.95 | 91.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 170 | 254 | 0.56 | 0.33 | 0 | 0.00 | 215.24 | 0.99 | 0.72 |
| Hex | 6F | AA | FE | 38 | 21 | 0 | 0 | D7 | 63 | 48 |
| Octal | 157 | 252 | 376 | 70 | 41 | 0 | 0 | 327 | 143 | 110 |
| Binary | 1101111 | 10101010 | 11111110 | 111000 | 100001 | 0 | 0 | 11010111 | 1100011 | 1001000 |
Color Harmonies of #6FAAFE
Complementary color
Monochromatic Colors of #6FAAFE
Black with #6FAAFE
Text Example
Text Example
White with #6FAAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAAFE; }
p { color: rgb(111,170,254); }
H1.HeaderClassName
{
color: #6FAAFE;
}
.AnyTagClassName
{
color: #6FAAFE;
}
</style>
background-color css
<style>
a { background-color: #6FAAFE; }
a { background-color: rgb(111,170,254); }
div.DivClassName
{
background-color: #6FAAFE;
}
.BgClassName
{
background-color: #6FAAFE;
}
</style>
border-color css
<style>
span { border-color: #6FAAFE; }
span { border-color: rgb(111,170,254); }
td.TdClassName
{
border-color: #6FAAFE;
}
.TagClassName
{
border-color: #6FAAFE;
}
</style>