Shades of Maya Blue #6FACFE
Tints of Maya Blue #6FACFE
RGB
CMYK
RGB Variations
Color information
#6FACFE (or 0x6FACFE) is known color: Maya Blue. HEX triplet: 6F, AC and FE. RGB value is (111,172,254). Sum of RGB (Red+Green+Blue) = 111+172+254=537 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.67% from 537); Green value is 172 (67.58% from 255 or 32.03% from 537); Blue value is 254 (99.61% from 255 or 47.30% from 537); Max value from RGB is 254 - color contains mainly: blue. Hex color #6FACFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6FACFE is #905301. Grayscale: #A2A2A2. Windows color (decimal): -9458434 or 16690287. OLE color: 16690287.
HSL color Cylindrical-coordinate representation of color #6FACFE: hue angle of 214.41º 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 #6FACFE is Cyan = 0.56, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 111 | 172 | 254 | - |
| CMYK | 0.56 | 0.32 | 0 | 0.00 |
| HSL | 214.41º | 0.99% | 0.72% | - |
| HSV(B) | 214.41º | 0.56% | 1% | - |
| XYZ | 39.2 | 40.04 | 99.43 | - |
| YUV | 163.11 | 179.29 | 90.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 172 | 254 | 0.56 | 0.32 | 0 | 0.00 | 214.41 | 0.99 | 0.72 |
| Hex | 6F | AC | FE | 38 | 20 | 0 | 0 | D6 | 63 | 48 |
| Octal | 157 | 254 | 376 | 70 | 40 | 0 | 0 | 326 | 143 | 110 |
| Binary | 1101111 | 10101100 | 11111110 | 111000 | 100000 | 0 | 0 | 11010110 | 1100011 | 1001000 |
Color Harmonies of #6FACFE
Complementary color
Monochromatic Colors of #6FACFE
Black with #6FACFE
Text Example
Text Example
White with #6FACFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FACFE; }
p { color: rgb(111,172,254); }
H1.HeaderClassName
{
color: #6FACFE;
}
.AnyTagClassName
{
color: #6FACFE;
}
</style>
background-color css
<style>
a { background-color: #6FACFE; }
a { background-color: rgb(111,172,254); }
div.DivClassName
{
background-color: #6FACFE;
}
.BgClassName
{
background-color: #6FACFE;
}
</style>
border-color css
<style>
span { border-color: #6FACFE; }
span { border-color: rgb(111,172,254); }
td.TdClassName
{
border-color: #6FACFE;
}
.TagClassName
{
border-color: #6FACFE;
}
</style>