Shades of Maya Blue #6BBAF1
Tints of Maya Blue #6BBAF1
RGB
CMYK
RGB Variations
Color information
#6BBAF1 (or 0x6BBAF1) is known color: Maya Blue. HEX triplet: 6B, BA and F1. RGB value is (107,186,241). Sum of RGB (Red+Green+Blue) = 107+186+241=534 (70% of max value = 765). Red value is 107 (42.19% from 255 or 20.04% from 534); Green value is 186 (73.05% from 255 or 34.83% from 534); Blue value is 241 (94.53% from 255 or 45.13% from 534); Max value from RGB is 241 - color contains mainly: blue. Hex color #6BBAF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BBAF1 is #94450E. Grayscale: #A8A8A8. Windows color (decimal): -9717007 or 15841899. OLE color: 15841899.
HSL color Cylindrical-coordinate representation of color #6BBAF1: hue angle of 204.63º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6BBAF1 is Cyan = 0.56, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 107 | 186 | 241 | - |
| CMYK | 0.56 | 0.23 | 0 | 0.05 |
| HSL | 204.63º | 0.83% | 0.68% | - |
| HSV(B) | 204.63º | 0.56% | 0.95% | - |
| XYZ | 39.5 | 44.59 | 89.74 | - |
| YUV | 168.65 | 168.83 | 84.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 186 | 241 | 0.56 | 0.23 | 0 | 0.05 | 204.63 | 0.83 | 0.68 |
| Hex | 6B | BA | F1 | 38 | 17 | 0 | 5 | CD | 53 | 44 |
| Octal | 153 | 272 | 361 | 70 | 27 | 0 | 5 | 315 | 123 | 104 |
| Binary | 1101011 | 10111010 | 11110001 | 111000 | 10111 | 0 | 101 | 11001101 | 1010011 | 1000100 |
Color Harmonies of #6BBAF1
Complementary color
Monochromatic Colors of #6BBAF1
Black with #6BBAF1
Text Example
Text Example
White with #6BBAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BBAF1; }
p { color: rgb(107,186,241); }
H1.HeaderClassName
{
color: #6BBAF1;
}
.AnyTagClassName
{
color: #6BBAF1;
}
</style>
background-color css
<style>
a { background-color: #6BBAF1; }
a { background-color: rgb(107,186,241); }
div.DivClassName
{
background-color: #6BBAF1;
}
.BgClassName
{
background-color: #6BBAF1;
}
</style>
border-color css
<style>
span { border-color: #6BBAF1; }
span { border-color: rgb(107,186,241); }
td.TdClassName
{
border-color: #6BBAF1;
}
.TagClassName
{
border-color: #6BBAF1;
}
</style>