Shades of Maya Blue #6BBAFF
Tints of Maya Blue #6BBAFF
RGB
CMYK
RGB Variations
Color information
#6BBAFF (or 0x6BBAFF) is known color: Maya Blue. HEX triplet: 6B, BA and FF. RGB value is (107,186,255). Sum of RGB (Red+Green+Blue) = 107+186+255=548 (72% of max value = 765). Red value is 107 (42.19% from 255 or 19.53% from 548); Green value is 186 (73.05% from 255 or 33.94% from 548); Blue value is 255 (100% from 255 or 46.53% from 548); Max value from RGB is 255 - color contains mainly: blue. Hex color #6BBAFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BBAFF is #944500. Grayscale: #A9A9A9. Windows color (decimal): -9716993 or 16759403. OLE color: 16759403.
HSL color Cylindrical-coordinate representation of color #6BBAFF: hue angle of 207.97º 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 #6BBAFF is Cyan = 0.58, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 107 | 186 | 255 | - |
| CMYK | 0.58 | 0.27 | 0 | 0 |
| HSL | 207.97º | 1% | 0.71% | - |
| HSV(B) | 207.97º | 0.58% | 1% | - |
| XYZ | 41.67 | 45.46 | 101.19 | - |
| YUV | 170.25 | 175.83 | 82.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 186 | 255 | 0.58 | 0.27 | 0 | 0 | 207.97 | 1 | 0.71 |
| Hex | 6B | BA | FF | 3A | 1B | 0 | 0 | D0 | 64 | 47 |
| Octal | 153 | 272 | 377 | 72 | 33 | 0 | 0 | 320 | 144 | 107 |
| Binary | 1101011 | 10111010 | 11111111 | 111010 | 11011 | 0 | 0 | 11010000 | 1100100 | 1000111 |
Color Harmonies of #6BBAFF
Complementary color
Monochromatic Colors of #6BBAFF
Black with #6BBAFF
Text Example
Text Example
White with #6BBAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BBAFF; }
p { color: rgb(107,186,255); }
H1.HeaderClassName
{
color: #6BBAFF;
}
.AnyTagClassName
{
color: #6BBAFF;
}
</style>
background-color css
<style>
a { background-color: #6BBAFF; }
a { background-color: rgb(107,186,255); }
div.DivClassName
{
background-color: #6BBAFF;
}
.BgClassName
{
background-color: #6BBAFF;
}
</style>
border-color css
<style>
span { border-color: #6BBAFF; }
span { border-color: rgb(107,186,255); }
td.TdClassName
{
border-color: #6BBAFF;
}
.TagClassName
{
border-color: #6BBAFF;
}
</style>