Shades of Maya Blue #6BADF4
Tints of Maya Blue #6BADF4
RGB
CMYK
RGB Variations
Color information
#6BADF4 (or 0x6BADF4) is known color: Maya Blue. HEX triplet: 6B, AD and F4. RGB value is (107,173,244). Sum of RGB (Red+Green+Blue) = 107+173+244=524 (69% of max value = 765). Red value is 107 (42.19% from 255 or 20.42% from 524); Green value is 173 (67.97% from 255 or 33.02% from 524); Blue value is 244 (95.70% from 255 or 46.56% from 524); Max value from RGB is 244 - color contains mainly: blue. Hex color #6BADF4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6BADF4 is #94520B. Grayscale: #A1A1A1. Windows color (decimal): -9720332 or 16035179. OLE color: 16035179.
HSL color Cylindrical-coordinate representation of color #6BADF4: hue angle of 211.09º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6BADF4 is Cyan = 0.56, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 107 | 173 | 244 | - |
| CMYK | 0.56 | 0.29 | 0 | 0.04 |
| HSL | 211.09º | 0.86% | 0.69% | - |
| HSV(B) | 211.09º | 0.56% | 0.96% | - |
| XYZ | 37.34 | 39.54 | 91.25 | - |
| YUV | 161.36 | 174.63 | 89.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 173 | 244 | 0.56 | 0.29 | 0 | 0.04 | 211.09 | 0.86 | 0.69 |
| Hex | 6B | AD | F4 | 38 | 1D | 0 | 4 | D3 | 56 | 45 |
| Octal | 153 | 255 | 364 | 70 | 35 | 0 | 4 | 323 | 126 | 105 |
| Binary | 1101011 | 10101101 | 11110100 | 111000 | 11101 | 0 | 100 | 11010011 | 1010110 | 1000101 |
Color Harmonies of #6BADF4
Complementary color
Monochromatic Colors of #6BADF4
Black with #6BADF4
Text Example
Text Example
White with #6BADF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BADF4; }
p { color: rgb(107,173,244); }
H1.HeaderClassName
{
color: #6BADF4;
}
.AnyTagClassName
{
color: #6BADF4;
}
</style>
background-color css
<style>
a { background-color: #6BADF4; }
a { background-color: rgb(107,173,244); }
div.DivClassName
{
background-color: #6BADF4;
}
.BgClassName
{
background-color: #6BADF4;
}
</style>
border-color css
<style>
span { border-color: #6BADF4; }
span { border-color: rgb(107,173,244); }
td.TdClassName
{
border-color: #6BADF4;
}
.TagClassName
{
border-color: #6BADF4;
}
</style>