Shades of Maya Blue #6BACFA
Tints of Maya Blue #6BACFA
RGB
CMYK
RGB Variations
Color information
#6BACFA (or 0x6BACFA) is known color: Maya Blue. HEX triplet: 6B, AC and FA. RGB value is (107,172,250). Sum of RGB (Red+Green+Blue) = 107+172+250=529 (70% of max value = 765). Red value is 107 (42.19% from 255 or 20.23% from 529); Green value is 172 (67.58% from 255 or 32.51% from 529); Blue value is 250 (98.05% from 255 or 47.26% from 529); Max value from RGB is 250 - color contains mainly: blue. Hex color #6BACFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6BACFA is #945305. Grayscale: #A1A1A1. Windows color (decimal): -9720582 or 16428139. OLE color: 16428139.
HSL color Cylindrical-coordinate representation of color #6BACFA: hue angle of 212.73º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6BACFA is Cyan = 0.57, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 107 | 172 | 250 | - |
| CMYK | 0.57 | 0.31 | 0 | 0.02 |
| HSL | 212.73º | 0.93% | 0.7% | - |
| HSV(B) | 212.73º | 0.57% | 0.98% | - |
| XYZ | 38.07 | 39.53 | 96.07 | - |
| YUV | 161.46 | 177.97 | 89.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 172 | 250 | 0.57 | 0.31 | 0 | 0.02 | 212.73 | 0.93 | 0.7 |
| Hex | 6B | AC | FA | 39 | 1F | 0 | 2 | D5 | 5D | 46 |
| Octal | 153 | 254 | 372 | 71 | 37 | 0 | 2 | 325 | 135 | 106 |
| Binary | 1101011 | 10101100 | 11111010 | 111001 | 11111 | 0 | 10 | 11010101 | 1011101 | 1000110 |
Color Harmonies of #6BACFA
Complementary color
Monochromatic Colors of #6BACFA
Black with #6BACFA
Text Example
Text Example
White with #6BACFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BACFA; }
p { color: rgb(107,172,250); }
H1.HeaderClassName
{
color: #6BACFA;
}
.AnyTagClassName
{
color: #6BACFA;
}
</style>
background-color css
<style>
a { background-color: #6BACFA; }
a { background-color: rgb(107,172,250); }
div.DivClassName
{
background-color: #6BACFA;
}
.BgClassName
{
background-color: #6BACFA;
}
</style>
border-color css
<style>
span { border-color: #6BACFA; }
span { border-color: rgb(107,172,250); }
td.TdClassName
{
border-color: #6BACFA;
}
.TagClassName
{
border-color: #6BACFA;
}
</style>