Shades of Maya Blue #6FBAFE
Tints of Maya Blue #6FBAFE
RGB
CMYK
RGB Variations
Color information
#6FBAFE (or 0x6FBAFE) is known color: Maya Blue. HEX triplet: 6F, BA and FE. RGB value is (111,186,254). Sum of RGB (Red+Green+Blue) = 111+186+254=551 (72% of max value = 765). Red value is 111 (43.75% from 255 or 20.15% from 551); Green value is 186 (73.05% from 255 or 33.76% from 551); Blue value is 254 (99.61% from 255 or 46.10% from 551); Max value from RGB is 254 - color contains mainly: blue. Hex color #6FBAFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FBAFE is #904501. Grayscale: #AAAAAA. Windows color (decimal): -9454850 or 16693871. OLE color: 16693871.
HSL color Cylindrical-coordinate representation of color #6FBAFE: hue angle of 208.53º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FBAFE is Cyan = 0.56, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 111 | 186 | 254 | - |
| CMYK | 0.56 | 0.27 | 0 | 0.00 |
| HSL | 208.53º | 0.99% | 0.72% | - |
| HSV(B) | 208.53º | 0.56% | 1% | - |
| XYZ | 42 | 45.65 | 100.36 | - |
| YUV | 171.33 | 174.65 | 84.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 186 | 254 | 0.56 | 0.27 | 0 | 0.00 | 208.53 | 0.99 | 0.72 |
| Hex | 6F | BA | FE | 38 | 1B | 0 | 0 | D1 | 63 | 48 |
| Octal | 157 | 272 | 376 | 70 | 33 | 0 | 0 | 321 | 143 | 110 |
| Binary | 1101111 | 10111010 | 11111110 | 111000 | 11011 | 0 | 0 | 11010001 | 1100011 | 1001000 |
Color Harmonies of #6FBAFE
Complementary color
Monochromatic Colors of #6FBAFE
Black with #6FBAFE
Text Example
Text Example
White with #6FBAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBAFE; }
p { color: rgb(111,186,254); }
H1.HeaderClassName
{
color: #6FBAFE;
}
.AnyTagClassName
{
color: #6FBAFE;
}
</style>
background-color css
<style>
a { background-color: #6FBAFE; }
a { background-color: rgb(111,186,254); }
div.DivClassName
{
background-color: #6FBAFE;
}
.BgClassName
{
background-color: #6FBAFE;
}
</style>
border-color css
<style>
span { border-color: #6FBAFE; }
span { border-color: rgb(111,186,254); }
td.TdClassName
{
border-color: #6FBAFE;
}
.TagClassName
{
border-color: #6FBAFE;
}
</style>