Shades of Maya Blue #6FACFC
Tints of Maya Blue #6FACFC
RGB
CMYK
RGB Variations
Color information
#6FACFC (or 0x6FACFC) is known color: Maya Blue. HEX triplet: 6F, AC and FC. RGB value is (111,172,252). Sum of RGB (Red+Green+Blue) = 111+172+252=535 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.75% from 535); Green value is 172 (67.58% from 255 or 32.15% from 535); Blue value is 252 (98.83% from 255 or 47.10% from 535); Max value from RGB is 252 - color contains mainly: blue. Hex color #6FACFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6FACFC is #905303. Grayscale: #A2A2A2. Windows color (decimal): -9458436 or 16559215. OLE color: 16559215.
HSL color Cylindrical-coordinate representation of color #6FACFC: hue angle of 214.04º 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 #6FACFC is Cyan = 0.56, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 111 | 172 | 252 | - |
| CMYK | 0.56 | 0.32 | 0 | 0.01 |
| HSL | 214.04º | 0.96% | 0.71% | - |
| HSV(B) | 214.04º | 0.56% | 0.99% | - |
| XYZ | 38.88 | 39.91 | 97.75 | - |
| YUV | 162.88 | 178.29 | 91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 172 | 252 | 0.56 | 0.32 | 0 | 0.01 | 214.04 | 0.96 | 0.71 |
| Hex | 6F | AC | FC | 38 | 20 | 0 | 1 | D6 | 60 | 47 |
| Octal | 157 | 254 | 374 | 70 | 40 | 0 | 1 | 326 | 140 | 107 |
| Binary | 1101111 | 10101100 | 11111100 | 111000 | 100000 | 0 | 1 | 11010110 | 1100000 | 1000111 |
Color Harmonies of #6FACFC
Complementary color
Monochromatic Colors of #6FACFC
Black with #6FACFC
Text Example
Text Example
White with #6FACFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FACFC; }
p { color: rgb(111,172,252); }
H1.HeaderClassName
{
color: #6FACFC;
}
.AnyTagClassName
{
color: #6FACFC;
}
</style>
background-color css
<style>
a { background-color: #6FACFC; }
a { background-color: rgb(111,172,252); }
div.DivClassName
{
background-color: #6FACFC;
}
.BgClassName
{
background-color: #6FACFC;
}
</style>
border-color css
<style>
span { border-color: #6FACFC; }
span { border-color: rgb(111,172,252); }
td.TdClassName
{
border-color: #6FACFC;
}
.TagClassName
{
border-color: #6FACFC;
}
</style>