Shades of Maya Blue #6FACFF
Tints of Maya Blue #6FACFF
RGB
CMYK
RGB Variations
Color information
#6FACFF (or 0x6FACFF) is known color: Maya Blue. HEX triplet: 6F, AC and FF. RGB value is (111,172,255). Sum of RGB (Red+Green+Blue) = 111+172+255=538 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.63% from 538); Green value is 172 (67.58% from 255 or 31.97% from 538); Blue value is 255 (100% from 255 or 47.40% from 538); Max value from RGB is 255 - color contains mainly: blue. Hex color #6FACFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6FACFF is #905300. Grayscale: #A2A2A2. Windows color (decimal): -9458433 or 16755823. OLE color: 16755823.
HSL color Cylindrical-coordinate representation of color #6FACFF: hue angle of 214.58º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FACFF is Cyan = 0.56, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 111 | 172 | 255 | - |
| CMYK | 0.56 | 0.33 | 0 | 0 |
| HSL | 214.58º | 1% | 0.72% | - |
| HSV(B) | 214.58º | 0.56% | 1% | - |
| XYZ | 39.36 | 40.1 | 100.27 | - |
| YUV | 163.22 | 179.79 | 90.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 172 | 255 | 0.56 | 0.33 | 0 | 0 | 214.58 | 1 | 0.72 |
| Hex | 6F | AC | FF | 38 | 21 | 0 | 0 | D7 | 64 | 48 |
| Octal | 157 | 254 | 377 | 70 | 41 | 0 | 0 | 327 | 144 | 110 |
| Binary | 1101111 | 10101100 | 11111111 | 111000 | 100001 | 0 | 0 | 11010111 | 1100100 | 1001000 |
Color Harmonies of #6FACFF
Complementary color
Monochromatic Colors of #6FACFF
Black with #6FACFF
Text Example
Text Example
White with #6FACFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FACFF; }
p { color: rgb(111,172,255); }
H1.HeaderClassName
{
color: #6FACFF;
}
.AnyTagClassName
{
color: #6FACFF;
}
</style>
background-color css
<style>
a { background-color: #6FACFF; }
a { background-color: rgb(111,172,255); }
div.DivClassName
{
background-color: #6FACFF;
}
.BgClassName
{
background-color: #6FACFF;
}
</style>
border-color css
<style>
span { border-color: #6FACFF; }
span { border-color: rgb(111,172,255); }
td.TdClassName
{
border-color: #6FACFF;
}
.TagClassName
{
border-color: #6FACFF;
}
</style>