Shades of Maya Blue #6BAEF8
Tints of Maya Blue #6BAEF8
RGB
CMYK
RGB Variations
Color information
#6BAEF8 (or 0x6BAEF8) is known color: Maya Blue. HEX triplet: 6B, AE and F8. RGB value is (107,174,248). Sum of RGB (Red+Green+Blue) = 107+174+248=529 (70% of max value = 765). Red value is 107 (42.19% from 255 or 20.23% from 529); Green value is 174 (68.36% from 255 or 32.89% from 529); Blue value is 248 (97.27% from 255 or 46.88% from 529); Max value from RGB is 248 - color contains mainly: blue. Hex color #6BAEF8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6BAEF8 is #945107. Grayscale: #A2A2A2. Windows color (decimal): -9720072 or 16297579. OLE color: 16297579.
HSL color Cylindrical-coordinate representation of color #6BAEF8: hue angle of 211.49º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6BAEF8 is Cyan = 0.57, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 107 | 174 | 248 | - |
| CMYK | 0.57 | 0.30 | 0 | 0.03 |
| HSL | 211.49º | 0.91% | 0.7% | - |
| HSV(B) | 211.49º | 0.57% | 0.97% | - |
| XYZ | 38.14 | 40.18 | 94.55 | - |
| YUV | 162.4 | 176.3 | 88.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 174 | 248 | 0.57 | 0.30 | 0 | 0.03 | 211.49 | 0.91 | 0.7 |
| Hex | 6B | AE | F8 | 39 | 1E | 0 | 3 | D3 | 5B | 46 |
| Octal | 153 | 256 | 370 | 71 | 36 | 0 | 3 | 323 | 133 | 106 |
| Binary | 1101011 | 10101110 | 11111000 | 111001 | 11110 | 0 | 11 | 11010011 | 1011011 | 1000110 |
Color Harmonies of #6BAEF8
Complementary color
Monochromatic Colors of #6BAEF8
Black with #6BAEF8
Text Example
Text Example
White with #6BAEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAEF8; }
p { color: rgb(107,174,248); }
H1.HeaderClassName
{
color: #6BAEF8;
}
.AnyTagClassName
{
color: #6BAEF8;
}
</style>
background-color css
<style>
a { background-color: #6BAEF8; }
a { background-color: rgb(107,174,248); }
div.DivClassName
{
background-color: #6BAEF8;
}
.BgClassName
{
background-color: #6BAEF8;
}
</style>
border-color css
<style>
span { border-color: #6BAEF8; }
span { border-color: rgb(107,174,248); }
td.TdClassName
{
border-color: #6BAEF8;
}
.TagClassName
{
border-color: #6BAEF8;
}
</style>