Shades of Maya Blue #6AD0FF
Tints of Maya Blue #6AD0FF
RGB
CMYK
RGB Variations
Color information
#6AD0FF (or 0x6AD0FF) is known color: Maya Blue. HEX triplet: 6A, D0 and FF. RGB value is (106,208,255). Sum of RGB (Red+Green+Blue) = 106+208+255=569 (75% of max value = 765). Red value is 106 (41.80% from 255 or 18.63% from 569); Green value is 208 (81.64% from 255 or 36.56% from 569); Blue value is 255 (100% from 255 or 44.82% from 569); Max value from RGB is 255 - color contains mainly: blue. Hex color #6AD0FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6AD0FF is #952F00. Grayscale: #B6B6B6. Windows color (decimal): -9776897 or 16765034. OLE color: 16765034.
HSL color Cylindrical-coordinate representation of color #6AD0FF: hue angle of 198.93º 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 #6AD0FF is Cyan = 0.58, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 106 | 208 | 255 | - |
| CMYK | 0.58 | 0.18 | 0 | 0 |
| HSL | 198.93º | 1% | 0.71% | - |
| HSV(B) | 198.93º | 0.58% | 1% | - |
| XYZ | 46.55 | 55.4 | 102.85 | - |
| YUV | 182.86 | 168.71 | 73.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 208 | 255 | 0.58 | 0.18 | 0 | 0 | 198.93 | 1 | 0.71 |
| Hex | 6A | D0 | FF | 3A | 12 | 0 | 0 | C7 | 64 | 47 |
| Octal | 152 | 320 | 377 | 72 | 22 | 0 | 0 | 307 | 144 | 107 |
| Binary | 1101010 | 11010000 | 11111111 | 111010 | 10010 | 0 | 0 | 11000111 | 1100100 | 1000111 |
Color Harmonies of #6AD0FF
Complementary color
Monochromatic Colors of #6AD0FF
Black with #6AD0FF
Text Example
Text Example
White with #6AD0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD0FF; }
p { color: rgb(106,208,255); }
H1.HeaderClassName
{
color: #6AD0FF;
}
.AnyTagClassName
{
color: #6AD0FF;
}
</style>
background-color css
<style>
a { background-color: #6AD0FF; }
a { background-color: rgb(106,208,255); }
div.DivClassName
{
background-color: #6AD0FF;
}
.BgClassName
{
background-color: #6AD0FF;
}
</style>
border-color css
<style>
span { border-color: #6AD0FF; }
span { border-color: rgb(106,208,255); }
td.TdClassName
{
border-color: #6AD0FF;
}
.TagClassName
{
border-color: #6AD0FF;
}
</style>