Shades of Maya Blue #6BADFC
Tints of Maya Blue #6BADFC
RGB
CMYK
RGB Variations
Color information
#6BADFC (or 0x6BADFC) is known color: Maya Blue. HEX triplet: 6B, AD and FC. RGB value is (107,173,252). Sum of RGB (Red+Green+Blue) = 107+173+252=532 (70% of max value = 765). Red value is 107 (42.19% from 255 or 20.11% from 532); Green value is 173 (67.97% from 255 or 32.52% from 532); Blue value is 252 (98.83% from 255 or 47.37% from 532); Max value from RGB is 252 - color contains mainly: blue. Hex color #6BADFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6BADFC is #945203. Grayscale: #A1A1A1. Windows color (decimal): -9720324 or 16559467. OLE color: 16559467.
HSL color Cylindrical-coordinate representation of color #6BADFC: hue angle of 212.69º 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 #6BADFC is Cyan = 0.58, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 107 | 173 | 252 | - |
| CMYK | 0.58 | 0.31 | 0 | 0.01 |
| HSL | 212.69º | 0.96% | 0.7% | - |
| HSV(B) | 212.69º | 0.58% | 0.99% | - |
| XYZ | 38.58 | 40.04 | 97.79 | - |
| YUV | 162.27 | 178.63 | 88.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 173 | 252 | 0.58 | 0.31 | 0 | 0.01 | 212.69 | 0.96 | 0.7 |
| Hex | 6B | AD | FC | 3A | 1F | 0 | 1 | D5 | 60 | 46 |
| Octal | 153 | 255 | 374 | 72 | 37 | 0 | 1 | 325 | 140 | 106 |
| Binary | 1101011 | 10101101 | 11111100 | 111010 | 11111 | 0 | 1 | 11010101 | 1100000 | 1000110 |
Color Harmonies of #6BADFC
Complementary color
Monochromatic Colors of #6BADFC
Black with #6BADFC
Text Example
Text Example
White with #6BADFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BADFC; }
p { color: rgb(107,173,252); }
H1.HeaderClassName
{
color: #6BADFC;
}
.AnyTagClassName
{
color: #6BADFC;
}
</style>
background-color css
<style>
a { background-color: #6BADFC; }
a { background-color: rgb(107,173,252); }
div.DivClassName
{
background-color: #6BADFC;
}
.BgClassName
{
background-color: #6BADFC;
}
</style>
border-color css
<style>
span { border-color: #6BADFC; }
span { border-color: rgb(107,173,252); }
td.TdClassName
{
border-color: #6BADFC;
}
.TagClassName
{
border-color: #6BADFC;
}
</style>