Shades of Maya Blue #6FAFF3
Tints of Maya Blue #6FAFF3
RGB
CMYK
RGB Variations
Color information
#6FAFF3 (or 0x6FAFF3) is known color: Maya Blue. HEX triplet: 6F, AF and F3. RGB value is (111,175,243). Sum of RGB (Red+Green+Blue) = 111+175+243=529 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.98% from 529); Green value is 175 (68.75% from 255 or 33.08% from 529); Blue value is 243 (95.31% from 255 or 45.94% from 529); Max value from RGB is 243 - color contains mainly: blue. Hex color #6FAFF3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6FAFF3 is #90500C. Grayscale: #A3A3A3. Windows color (decimal): -9457677 or 15970159. OLE color: 15970159.
HSL color Cylindrical-coordinate representation of color #6FAFF3: hue angle of 210.91º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6FAFF3 is Cyan = 0.54, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 111 | 175 | 243 | - |
| CMYK | 0.54 | 0.28 | 0 | 0.05 |
| HSL | 210.91º | 0.85% | 0.69% | - |
| HSV(B) | 210.91º | 0.54% | 0.95% | - |
| XYZ | 38.06 | 40.51 | 90.61 | - |
| YUV | 163.62 | 172.8 | 90.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 175 | 243 | 0.54 | 0.28 | 0 | 0.05 | 210.91 | 0.85 | 0.69 |
| Hex | 6F | AF | F3 | 36 | 1C | 0 | 5 | D3 | 55 | 45 |
| Octal | 157 | 257 | 363 | 66 | 34 | 0 | 5 | 323 | 125 | 105 |
| Binary | 1101111 | 10101111 | 11110011 | 110110 | 11100 | 0 | 101 | 11010011 | 1010101 | 1000101 |
Color Harmonies of #6FAFF3
Complementary color
Monochromatic Colors of #6FAFF3
Black with #6FAFF3
Text Example
Text Example
White with #6FAFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAFF3; }
p { color: rgb(111,175,243); }
H1.HeaderClassName
{
color: #6FAFF3;
}
.AnyTagClassName
{
color: #6FAFF3;
}
</style>
background-color css
<style>
a { background-color: #6FAFF3; }
a { background-color: rgb(111,175,243); }
div.DivClassName
{
background-color: #6FAFF3;
}
.BgClassName
{
background-color: #6FAFF3;
}
</style>
border-color css
<style>
span { border-color: #6FAFF3; }
span { border-color: rgb(111,175,243); }
td.TdClassName
{
border-color: #6FAFF3;
}
.TagClassName
{
border-color: #6FAFF3;
}
</style>