Shades of Maya Blue #6AC8FF
Tints of Maya Blue #6AC8FF
RGB
CMYK
RGB Variations
Color information
#6AC8FF (or 0x6AC8FF) is known color: Maya Blue. HEX triplet: 6A, C8 and FF. RGB value is (106,200,255). Sum of RGB (Red+Green+Blue) = 106+200+255=561 (74% of max value = 765). Red value is 106 (41.80% from 255 or 18.89% from 561); Green value is 200 (78.52% from 255 or 35.65% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #6AC8FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6AC8FF is #953700. Grayscale: #B1B1B1. Windows color (decimal): -9778945 or 16762986. OLE color: 16762986.
HSL color Cylindrical-coordinate representation of color #6AC8FF: hue angle of 202.15º 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 #6AC8FF is Cyan = 0.58, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 106 | 200 | 255 | - |
| CMYK | 0.58 | 0.22 | 0 | 0 |
| HSL | 202.15º | 1% | 0.71% | - |
| HSV(B) | 202.15º | 0.58% | 1% | - |
| XYZ | 44.65 | 51.59 | 102.21 | - |
| YUV | 178.16 | 171.36 | 76.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 200 | 255 | 0.58 | 0.22 | 0 | 0 | 202.15 | 1 | 0.71 |
| Hex | 6A | C8 | FF | 3A | 16 | 0 | 0 | CA | 64 | 47 |
| Octal | 152 | 310 | 377 | 72 | 26 | 0 | 0 | 312 | 144 | 107 |
| Binary | 1101010 | 11001000 | 11111111 | 111010 | 10110 | 0 | 0 | 11001010 | 1100100 | 1000111 |
Color Harmonies of #6AC8FF
Complementary color
Monochromatic Colors of #6AC8FF
Black with #6AC8FF
Text Example
Text Example
White with #6AC8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AC8FF; }
p { color: rgb(106,200,255); }
H1.HeaderClassName
{
color: #6AC8FF;
}
.AnyTagClassName
{
color: #6AC8FF;
}
</style>
background-color css
<style>
a { background-color: #6AC8FF; }
a { background-color: rgb(106,200,255); }
div.DivClassName
{
background-color: #6AC8FF;
}
.BgClassName
{
background-color: #6AC8FF;
}
</style>
border-color css
<style>
span { border-color: #6AC8FF; }
span { border-color: rgb(106,200,255); }
td.TdClassName
{
border-color: #6AC8FF;
}
.TagClassName
{
border-color: #6AC8FF;
}
</style>