Shades of Maya Blue #6AAFF8
Tints of Maya Blue #6AAFF8
RGB
CMYK
RGB Variations
Color information
#6AAFF8 (or 0x6AAFF8) is known color: Maya Blue. HEX triplet: 6A, AF and F8. RGB value is (106,175,248). Sum of RGB (Red+Green+Blue) = 106+175+248=529 (70% of max value = 765). Red value is 106 (41.80% from 255 or 20.04% from 529); Green value is 175 (68.75% from 255 or 33.08% 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 #6AAFF8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6AAFF8 is #955007. Grayscale: #A2A2A2. Windows color (decimal): -9785352 or 16297834. OLE color: 16297834.
HSL color Cylindrical-coordinate representation of color #6AAFF8: hue angle of 210.85º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6AAFF8 is Cyan = 0.57, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 106 | 175 | 248 | - |
| CMYK | 0.57 | 0.29 | 0 | 0.03 |
| HSL | 210.85º | 0.91% | 0.69% | - |
| HSV(B) | 210.85º | 0.57% | 0.97% | - |
| XYZ | 38.22 | 40.5 | 94.61 | - |
| YUV | 162.69 | 176.14 | 87.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 175 | 248 | 0.57 | 0.29 | 0 | 0.03 | 210.85 | 0.91 | 0.69 |
| Hex | 6A | AF | F8 | 39 | 1D | 0 | 3 | D3 | 5B | 45 |
| Octal | 152 | 257 | 370 | 71 | 35 | 0 | 3 | 323 | 133 | 105 |
| Binary | 1101010 | 10101111 | 11111000 | 111001 | 11101 | 0 | 11 | 11010011 | 1011011 | 1000101 |
Color Harmonies of #6AAFF8
Complementary color
Monochromatic Colors of #6AAFF8
Black with #6AAFF8
Text Example
Text Example
White with #6AAFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AAFF8; }
p { color: rgb(106,175,248); }
H1.HeaderClassName
{
color: #6AAFF8;
}
.AnyTagClassName
{
color: #6AAFF8;
}
</style>
background-color css
<style>
a { background-color: #6AAFF8; }
a { background-color: rgb(106,175,248); }
div.DivClassName
{
background-color: #6AAFF8;
}
.BgClassName
{
background-color: #6AAFF8;
}
</style>
border-color css
<style>
span { border-color: #6AAFF8; }
span { border-color: rgb(106,175,248); }
td.TdClassName
{
border-color: #6AAFF8;
}
.TagClassName
{
border-color: #6AAFF8;
}
</style>