Shades of Maya Blue #6AC6F3
Tints of Maya Blue #6AC6F3
RGB
CMYK
RGB Variations
Color information
#6AC6F3 (or 0x6AC6F3) is known color: Maya Blue. HEX triplet: 6A, C6 and F3. RGB value is (106,198,243). Sum of RGB (Red+Green+Blue) = 106+198+243=547 (72% of max value = 765). Red value is 106 (41.80% from 255 or 19.38% from 547); Green value is 198 (77.73% from 255 or 36.20% from 547); Blue value is 243 (95.31% from 255 or 44.42% from 547); Max value from RGB is 243 - color contains mainly: blue. Hex color #6AC6F3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6AC6F3 is #95390C. Grayscale: #AFAFAF. Windows color (decimal): -9779469 or 15976042. OLE color: 15976042.
HSL color Cylindrical-coordinate representation of color #6AC6F3: hue angle of 199.71º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6AC6F3 is Cyan = 0.56, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 106 | 198 | 243 | - |
| CMYK | 0.56 | 0.19 | 0 | 0.05 |
| HSL | 199.71º | 0.85% | 0.68% | - |
| HSV(B) | 199.71º | 0.56% | 0.95% | - |
| XYZ | 42.32 | 49.92 | 92.2 | - |
| YUV | 175.62 | 166.02 | 78.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 198 | 243 | 0.56 | 0.19 | 0 | 0.05 | 199.71 | 0.85 | 0.68 |
| Hex | 6A | C6 | F3 | 38 | 13 | 0 | 5 | C8 | 55 | 44 |
| Octal | 152 | 306 | 363 | 70 | 23 | 0 | 5 | 310 | 125 | 104 |
| Binary | 1101010 | 11000110 | 11110011 | 111000 | 10011 | 0 | 101 | 11001000 | 1010101 | 1000100 |
Color Harmonies of #6AC6F3
Complementary color
Monochromatic Colors of #6AC6F3
Black with #6AC6F3
Text Example
Text Example
White with #6AC6F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AC6F3; }
p { color: rgb(106,198,243); }
H1.HeaderClassName
{
color: #6AC6F3;
}
.AnyTagClassName
{
color: #6AC6F3;
}
</style>
background-color css
<style>
a { background-color: #6AC6F3; }
a { background-color: rgb(106,198,243); }
div.DivClassName
{
background-color: #6AC6F3;
}
.BgClassName
{
background-color: #6AC6F3;
}
</style>
border-color css
<style>
span { border-color: #6AC6F3; }
span { border-color: rgb(106,198,243); }
td.TdClassName
{
border-color: #6AC6F3;
}
.TagClassName
{
border-color: #6AC6F3;
}
</style>