Shades of Maya Blue #6FAAFC
Tints of Maya Blue #6FAAFC
RGB
CMYK
RGB Variations
Color information
#6FAAFC (or 0x6FAAFC) is known color: Maya Blue. HEX triplet: 6F, AA and FC. RGB value is (111,170,252). Sum of RGB (Red+Green+Blue) = 111+170+252=533 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.83% from 533); Green value is 170 (66.80% from 255 or 31.89% from 533); Blue value is 252 (98.83% from 255 or 47.28% from 533); Max value from RGB is 252 - color contains mainly: blue. Hex color #6FAAFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6FAAFC is #905503. Grayscale: #A1A1A1. Windows color (decimal): -9458948 or 16558703. OLE color: 16558703.
HSL color Cylindrical-coordinate representation of color #6FAAFC: hue angle of 214.89º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FAAFC is Cyan = 0.56, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 111 | 170 | 252 | - |
| CMYK | 0.56 | 0.33 | 0 | 0.01 |
| HSL | 214.89º | 0.96% | 0.71% | - |
| HSV(B) | 214.89º | 0.56% | 0.99% | - |
| XYZ | 38.5 | 39.16 | 97.62 | - |
| YUV | 161.71 | 178.95 | 91.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 170 | 252 | 0.56 | 0.33 | 0 | 0.01 | 214.89 | 0.96 | 0.71 |
| Hex | 6F | AA | FC | 38 | 21 | 0 | 1 | D7 | 60 | 47 |
| Octal | 157 | 252 | 374 | 70 | 41 | 0 | 1 | 327 | 140 | 107 |
| Binary | 1101111 | 10101010 | 11111100 | 111000 | 100001 | 0 | 1 | 11010111 | 1100000 | 1000111 |
Color Harmonies of #6FAAFC
Complementary color
Monochromatic Colors of #6FAAFC
Black with #6FAAFC
Text Example
Text Example
White with #6FAAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAAFC; }
p { color: rgb(111,170,252); }
H1.HeaderClassName
{
color: #6FAAFC;
}
.AnyTagClassName
{
color: #6FAAFC;
}
</style>
background-color css
<style>
a { background-color: #6FAAFC; }
a { background-color: rgb(111,170,252); }
div.DivClassName
{
background-color: #6FAAFC;
}
.BgClassName
{
background-color: #6FAAFC;
}
</style>
border-color css
<style>
span { border-color: #6FAAFC; }
span { border-color: rgb(111,170,252); }
td.TdClassName
{
border-color: #6FAAFC;
}
.TagClassName
{
border-color: #6FAAFC;
}
</style>