Shades of Maya Blue #6AD0FC
Tints of Maya Blue #6AD0FC
RGB
CMYK
RGB Variations
Color information
#6AD0FC (or 0x6AD0FC) is known color: Maya Blue. HEX triplet: 6A, D0 and FC. RGB value is (106,208,252). Sum of RGB (Red+Green+Blue) = 106+208+252=566 (74% of max value = 765). Red value is 106 (41.80% from 255 or 18.73% from 566); Green value is 208 (81.64% from 255 or 36.75% from 566); Blue value is 252 (98.83% from 255 or 44.52% from 566); Max value from RGB is 252 - color contains mainly: blue. Hex color #6AD0FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6AD0FC is #952F03. Grayscale: #B6B6B6. Windows color (decimal): -9776900 or 16568426. OLE color: 16568426.
HSL color Cylindrical-coordinate representation of color #6AD0FC: hue angle of 198.08º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AD0FC is Cyan = 0.58, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 106 | 208 | 252 | - |
| CMYK | 0.58 | 0.17 | 0 | 0.01 |
| HSL | 198.08º | 0.96% | 0.7% | - |
| HSV(B) | 198.08º | 0.58% | 0.99% | - |
| XYZ | 46.07 | 55.2 | 100.32 | - |
| YUV | 182.52 | 167.21 | 73.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 208 | 252 | 0.58 | 0.17 | 0 | 0.01 | 198.08 | 0.96 | 0.7 |
| Hex | 6A | D0 | FC | 3A | 11 | 0 | 1 | C6 | 60 | 46 |
| Octal | 152 | 320 | 374 | 72 | 21 | 0 | 1 | 306 | 140 | 106 |
| Binary | 1101010 | 11010000 | 11111100 | 111010 | 10001 | 0 | 1 | 11000110 | 1100000 | 1000110 |
Color Harmonies of #6AD0FC
Complementary color
Monochromatic Colors of #6AD0FC
Black with #6AD0FC
Text Example
Text Example
White with #6AD0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD0FC; }
p { color: rgb(106,208,252); }
H1.HeaderClassName
{
color: #6AD0FC;
}
.AnyTagClassName
{
color: #6AD0FC;
}
</style>
background-color css
<style>
a { background-color: #6AD0FC; }
a { background-color: rgb(106,208,252); }
div.DivClassName
{
background-color: #6AD0FC;
}
.BgClassName
{
background-color: #6AD0FC;
}
</style>
border-color css
<style>
span { border-color: #6AD0FC; }
span { border-color: rgb(106,208,252); }
td.TdClassName
{
border-color: #6AD0FC;
}
.TagClassName
{
border-color: #6AD0FC;
}
</style>