Shades of Maya Blue #6BACFD
Tints of Maya Blue #6BACFD
RGB
CMYK
RGB Variations
Color information
#6BACFD (or 0x6BACFD) is known color: Maya Blue. HEX triplet: 6B, AC and FD. RGB value is (107,172,253). Sum of RGB (Red+Green+Blue) = 107+172+253=532 (70% of max value = 765). Red value is 107 (42.19% from 255 or 20.11% from 532); Green value is 172 (67.58% from 255 or 32.33% from 532); Blue value is 253 (99.22% from 255 or 47.56% from 532); Max value from RGB is 253 - color contains mainly: blue. Hex color #6BACFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6BACFD is #945302. Grayscale: #A1A1A1. Windows color (decimal): -9720579 or 16624747. OLE color: 16624747.
HSL color Cylindrical-coordinate representation of color #6BACFD: hue angle of 213.29º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BACFD is Cyan = 0.58, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 107 | 172 | 253 | - |
| CMYK | 0.58 | 0.32 | 0 | 0.01 |
| HSL | 213.29º | 0.97% | 0.71% | - |
| HSV(B) | 213.29º | 0.58% | 0.99% | - |
| XYZ | 38.55 | 39.72 | 98.56 | - |
| YUV | 161.8 | 179.47 | 88.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 172 | 253 | 0.58 | 0.32 | 0 | 0.01 | 213.29 | 0.97 | 0.71 |
| Hex | 6B | AC | FD | 3A | 20 | 0 | 1 | D5 | 61 | 47 |
| Octal | 153 | 254 | 375 | 72 | 40 | 0 | 1 | 325 | 141 | 107 |
| Binary | 1101011 | 10101100 | 11111101 | 111010 | 100000 | 0 | 1 | 11010101 | 1100001 | 1000111 |
Color Harmonies of #6BACFD
Complementary color
Monochromatic Colors of #6BACFD
Black with #6BACFD
Text Example
Text Example
White with #6BACFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BACFD; }
p { color: rgb(107,172,253); }
H1.HeaderClassName
{
color: #6BACFD;
}
.AnyTagClassName
{
color: #6BACFD;
}
</style>
background-color css
<style>
a { background-color: #6BACFD; }
a { background-color: rgb(107,172,253); }
div.DivClassName
{
background-color: #6BACFD;
}
.BgClassName
{
background-color: #6BACFD;
}
</style>
border-color css
<style>
span { border-color: #6BACFD; }
span { border-color: rgb(107,172,253); }
td.TdClassName
{
border-color: #6BACFD;
}
.TagClassName
{
border-color: #6BACFD;
}
</style>