Shades of Maya Blue #6BABFD
Tints of Maya Blue #6BABFD
RGB
CMYK
RGB Variations
Color information
#6BABFD (or 0x6BABFD) is known color: Maya Blue. HEX triplet: 6B, AB and FD. RGB value is (107,171,253). Sum of RGB (Red+Green+Blue) = 107+171+253=531 (70% of max value = 765). Red value is 107 (42.19% from 255 or 20.15% from 531); Green value is 171 (67.19% from 255 or 32.20% from 531); Blue value is 253 (99.22% from 255 or 47.65% from 531); Max value from RGB is 253 - color contains mainly: blue. Hex color #6BABFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6BABFD is #945402. Grayscale: #A0A0A0. Windows color (decimal): -9720835 or 16624491. OLE color: 16624491.
HSL color Cylindrical-coordinate representation of color #6BABFD: hue angle of 213.7º 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 #6BABFD is Cyan = 0.58, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 107 | 171 | 253 | - |
| CMYK | 0.58 | 0.32 | 0 | 0.01 |
| HSL | 213.7º | 0.97% | 0.71% | - |
| HSV(B) | 213.7º | 0.58% | 0.99% | - |
| XYZ | 38.36 | 39.34 | 98.5 | - |
| YUV | 161.21 | 179.8 | 89.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 171 | 253 | 0.58 | 0.32 | 0 | 0.01 | 213.7 | 0.97 | 0.71 |
| Hex | 6B | AB | FD | 3A | 20 | 0 | 1 | D6 | 61 | 47 |
| Octal | 153 | 253 | 375 | 72 | 40 | 0 | 1 | 326 | 141 | 107 |
| Binary | 1101011 | 10101011 | 11111101 | 111010 | 100000 | 0 | 1 | 11010110 | 1100001 | 1000111 |
Color Harmonies of #6BABFD
Complementary color
Monochromatic Colors of #6BABFD
Black with #6BABFD
Text Example
Text Example
White with #6BABFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BABFD; }
p { color: rgb(107,171,253); }
H1.HeaderClassName
{
color: #6BABFD;
}
.AnyTagClassName
{
color: #6BABFD;
}
</style>
background-color css
<style>
a { background-color: #6BABFD; }
a { background-color: rgb(107,171,253); }
div.DivClassName
{
background-color: #6BABFD;
}
.BgClassName
{
background-color: #6BABFD;
}
</style>
border-color css
<style>
span { border-color: #6BABFD; }
span { border-color: rgb(107,171,253); }
td.TdClassName
{
border-color: #6BABFD;
}
.TagClassName
{
border-color: #6BABFD;
}
</style>