Shades of Maya Blue #6AAFFF
Tints of Maya Blue #6AAFFF
RGB
CMYK
RGB Variations
Color information
#6AAFFF (or 0x6AAFFF) is known color: Maya Blue. HEX triplet: 6A, AF and FF. RGB value is (106,175,255). Sum of RGB (Red+Green+Blue) = 106+175+255=536 (70% of max value = 765). Red value is 106 (41.80% from 255 or 19.78% from 536); Green value is 175 (68.75% from 255 or 32.65% from 536); Blue value is 255 (100% from 255 or 47.57% from 536); Max value from RGB is 255 - color contains mainly: blue. Hex color #6AAFFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6AAFFF is #955000. Grayscale: #A3A3A3. Windows color (decimal): -9785345 or 16756586. OLE color: 16756586.
HSL color Cylindrical-coordinate representation of color #6AAFFF: hue angle of 212.21º 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 #6AAFFF is Cyan = 0.58, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 106 | 175 | 255 | - |
| CMYK | 0.58 | 0.31 | 0 | 0 |
| HSL | 212.21º | 1% | 0.71% | - |
| HSV(B) | 212.21º | 0.58% | 1% | - |
| XYZ | 39.32 | 40.94 | 100.44 | - |
| YUV | 163.49 | 179.64 | 87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 175 | 255 | 0.58 | 0.31 | 0 | 0 | 212.21 | 1 | 0.71 |
| Hex | 6A | AF | FF | 3A | 1F | 0 | 0 | D4 | 64 | 47 |
| Octal | 152 | 257 | 377 | 72 | 37 | 0 | 0 | 324 | 144 | 107 |
| Binary | 1101010 | 10101111 | 11111111 | 111010 | 11111 | 0 | 0 | 11010100 | 1100100 | 1000111 |
Color Harmonies of #6AAFFF
Complementary color
Monochromatic Colors of #6AAFFF
Black with #6AAFFF
Text Example
Text Example
White with #6AAFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AAFFF; }
p { color: rgb(106,175,255); }
H1.HeaderClassName
{
color: #6AAFFF;
}
.AnyTagClassName
{
color: #6AAFFF;
}
</style>
background-color css
<style>
a { background-color: #6AAFFF; }
a { background-color: rgb(106,175,255); }
div.DivClassName
{
background-color: #6AAFFF;
}
.BgClassName
{
background-color: #6AAFFF;
}
</style>
border-color css
<style>
span { border-color: #6AAFFF; }
span { border-color: rgb(106,175,255); }
td.TdClassName
{
border-color: #6AAFFF;
}
.TagClassName
{
border-color: #6AAFFF;
}
</style>