Shades of Maya Blue #6BADF6
Tints of Maya Blue #6BADF6
RGB
CMYK
RGB Variations
Color information
#6BADF6 (or 0x6BADF6) is known color: Maya Blue. HEX triplet: 6B, AD and F6. RGB value is (107,173,246). Sum of RGB (Red+Green+Blue) = 107+173+246=526 (69% of max value = 765). Red value is 107 (42.19% from 255 or 20.34% from 526); Green value is 173 (67.97% from 255 or 32.89% from 526); Blue value is 246 (96.48% from 255 or 46.77% from 526); Max value from RGB is 246 - color contains mainly: blue. Hex color #6BADF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6BADF6 is #945209. Grayscale: #A1A1A1. Windows color (decimal): -9720330 or 16166251. OLE color: 16166251.
HSL color Cylindrical-coordinate representation of color #6BADF6: hue angle of 211.51º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6BADF6 is Cyan = 0.57, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 107 | 173 | 246 | - |
| CMYK | 0.57 | 0.30 | 0 | 0.04 |
| HSL | 211.51º | 0.89% | 0.69% | - |
| HSV(B) | 211.51º | 0.57% | 0.96% | - |
| XYZ | 37.64 | 39.67 | 92.86 | - |
| YUV | 161.59 | 175.63 | 89.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 173 | 246 | 0.57 | 0.30 | 0 | 0.04 | 211.51 | 0.89 | 0.69 |
| Hex | 6B | AD | F6 | 39 | 1E | 0 | 4 | D4 | 59 | 45 |
| Octal | 153 | 255 | 366 | 71 | 36 | 0 | 4 | 324 | 131 | 105 |
| Binary | 1101011 | 10101101 | 11110110 | 111001 | 11110 | 0 | 100 | 11010100 | 1011001 | 1000101 |
Color Harmonies of #6BADF6
Complementary color
Monochromatic Colors of #6BADF6
Black with #6BADF6
Text Example
Text Example
White with #6BADF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BADF6; }
p { color: rgb(107,173,246); }
H1.HeaderClassName
{
color: #6BADF6;
}
.AnyTagClassName
{
color: #6BADF6;
}
</style>
background-color css
<style>
a { background-color: #6BADF6; }
a { background-color: rgb(107,173,246); }
div.DivClassName
{
background-color: #6BADF6;
}
.BgClassName
{
background-color: #6BADF6;
}
</style>
border-color css
<style>
span { border-color: #6BADF6; }
span { border-color: rgb(107,173,246); }
td.TdClassName
{
border-color: #6BADF6;
}
.TagClassName
{
border-color: #6BADF6;
}
</style>