Shades of Maya Blue #6BABFC
Tints of Maya Blue #6BABFC
RGB
CMYK
RGB Variations
Color information
#6BABFC (or 0x6BABFC) is known color: Maya Blue. HEX triplet: 6B, AB and FC. RGB value is (107,171,252). Sum of RGB (Red+Green+Blue) = 107+171+252=530 (70% of max value = 765). Red value is 107 (42.19% from 255 or 20.19% from 530); Green value is 171 (67.19% from 255 or 32.26% from 530); Blue value is 252 (98.83% from 255 or 47.55% from 530); Max value from RGB is 252 - color contains mainly: blue. Hex color #6BABFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6BABFC is #945403. Grayscale: #A0A0A0. Windows color (decimal): -9720836 or 16558955. OLE color: 16558955.
HSL color Cylindrical-coordinate representation of color #6BABFC: hue angle of 213.52º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BABFC is Cyan = 0.58, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 107 | 171 | 252 | - |
| CMYK | 0.58 | 0.32 | 0 | 0.01 |
| HSL | 213.52º | 0.96% | 0.7% | - |
| HSV(B) | 213.52º | 0.58% | 0.99% | - |
| XYZ | 38.2 | 39.28 | 97.66 | - |
| YUV | 161.1 | 179.3 | 89.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 171 | 252 | 0.58 | 0.32 | 0 | 0.01 | 213.52 | 0.96 | 0.7 |
| Hex | 6B | AB | FC | 3A | 20 | 0 | 1 | D6 | 60 | 46 |
| Octal | 153 | 253 | 374 | 72 | 40 | 0 | 1 | 326 | 140 | 106 |
| Binary | 1101011 | 10101011 | 11111100 | 111010 | 100000 | 0 | 1 | 11010110 | 1100000 | 1000110 |
Color Harmonies of #6BABFC
Complementary color
Monochromatic Colors of #6BABFC
Black with #6BABFC
Text Example
Text Example
White with #6BABFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BABFC; }
p { color: rgb(107,171,252); }
H1.HeaderClassName
{
color: #6BABFC;
}
.AnyTagClassName
{
color: #6BABFC;
}
</style>
background-color css
<style>
a { background-color: #6BABFC; }
a { background-color: rgb(107,171,252); }
div.DivClassName
{
background-color: #6BABFC;
}
.BgClassName
{
background-color: #6BABFC;
}
</style>
border-color css
<style>
span { border-color: #6BABFC; }
span { border-color: rgb(107,171,252); }
td.TdClassName
{
border-color: #6BABFC;
}
.TagClassName
{
border-color: #6BABFC;
}
</style>