Shades of Maya Blue #6BADFF
Tints of Maya Blue #6BADFF
RGB
CMYK
RGB Variations
Color information
#6BADFF (or 0x6BADFF) is known color: Maya Blue. HEX triplet: 6B, AD and FF. RGB value is (107,173,255). Sum of RGB (Red+Green+Blue) = 107+173+255=535 (70% of max value = 765). Red value is 107 (42.19% from 255 or 20% from 535); Green value is 173 (67.97% from 255 or 32.34% from 535); Blue value is 255 (100% from 255 or 47.66% from 535); Max value from RGB is 255 - color contains mainly: blue. Hex color #6BADFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6BADFF is #945200. Grayscale: #A2A2A2. Windows color (decimal): -9720321 or 16756075. OLE color: 16756075.
HSL color Cylindrical-coordinate representation of color #6BADFF: hue angle of 213.24º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BADFF is Cyan = 0.58, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 107 | 173 | 255 | - |
| CMYK | 0.58 | 0.32 | 0 | 0 |
| HSL | 213.24º | 1% | 0.71% | - |
| HSV(B) | 213.24º | 0.58% | 1% | - |
| XYZ | 39.06 | 40.23 | 100.31 | - |
| YUV | 162.61 | 180.13 | 88.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 173 | 255 | 0.58 | 0.32 | 0 | 0 | 213.24 | 1 | 0.71 |
| Hex | 6B | AD | FF | 3A | 20 | 0 | 0 | D5 | 64 | 47 |
| Octal | 153 | 255 | 377 | 72 | 40 | 0 | 0 | 325 | 144 | 107 |
| Binary | 1101011 | 10101101 | 11111111 | 111010 | 100000 | 0 | 0 | 11010101 | 1100100 | 1000111 |
Color Harmonies of #6BADFF
Complementary color
Monochromatic Colors of #6BADFF
Black with #6BADFF
Text Example
Text Example
White with #6BADFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BADFF; }
p { color: rgb(107,173,255); }
H1.HeaderClassName
{
color: #6BADFF;
}
.AnyTagClassName
{
color: #6BADFF;
}
</style>
background-color css
<style>
a { background-color: #6BADFF; }
a { background-color: rgb(107,173,255); }
div.DivClassName
{
background-color: #6BADFF;
}
.BgClassName
{
background-color: #6BADFF;
}
</style>
border-color css
<style>
span { border-color: #6BADFF; }
span { border-color: rgb(107,173,255); }
td.TdClassName
{
border-color: #6BADFF;
}
.TagClassName
{
border-color: #6BADFF;
}
</style>