Shades of Maya Blue #6AC0FA
Tints of Maya Blue #6AC0FA
RGB
CMYK
RGB Variations
Color information
#6AC0FA (or 0x6AC0FA) is known color: Maya Blue. HEX triplet: 6A, C0 and FA. RGB value is (106,192,250). Sum of RGB (Red+Green+Blue) = 106+192+250=548 (72% of max value = 765). Red value is 106 (41.80% from 255 or 19.34% from 548); Green value is 192 (75.39% from 255 or 35.04% from 548); Blue value is 250 (98.05% from 255 or 45.62% from 548); Max value from RGB is 250 - color contains mainly: blue. Hex color #6AC0FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6AC0FA is #953F05. Grayscale: #ACACAC. Windows color (decimal): -9780998 or 16433258. OLE color: 16433258.
HSL color Cylindrical-coordinate representation of color #6AC0FA: hue angle of 204.17º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AC0FA is Cyan = 0.58, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 106 | 192 | 250 | - |
| CMYK | 0.58 | 0.23 | 0 | 0.02 |
| HSL | 204.17º | 0.94% | 0.7% | - |
| HSV(B) | 204.17º | 0.58% | 0.98% | - |
| XYZ | 42.05 | 47.67 | 97.43 | - |
| YUV | 172.9 | 171.51 | 80.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 192 | 250 | 0.58 | 0.23 | 0 | 0.02 | 204.17 | 0.94 | 0.7 |
| Hex | 6A | C0 | FA | 3A | 17 | 0 | 2 | CC | 5E | 46 |
| Octal | 152 | 300 | 372 | 72 | 27 | 0 | 2 | 314 | 136 | 106 |
| Binary | 1101010 | 11000000 | 11111010 | 111010 | 10111 | 0 | 10 | 11001100 | 1011110 | 1000110 |
Color Harmonies of #6AC0FA
Complementary color
Monochromatic Colors of #6AC0FA
Black with #6AC0FA
Text Example
Text Example
White with #6AC0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AC0FA; }
p { color: rgb(106,192,250); }
H1.HeaderClassName
{
color: #6AC0FA;
}
.AnyTagClassName
{
color: #6AC0FA;
}
</style>
background-color css
<style>
a { background-color: #6AC0FA; }
a { background-color: rgb(106,192,250); }
div.DivClassName
{
background-color: #6AC0FA;
}
.BgClassName
{
background-color: #6AC0FA;
}
</style>
border-color css
<style>
span { border-color: #6AC0FA; }
span { border-color: rgb(106,192,250); }
td.TdClassName
{
border-color: #6AC0FA;
}
.TagClassName
{
border-color: #6AC0FA;
}
</style>