Shades of Maya Blue #6DC7FA
Tints of Maya Blue #6DC7FA
RGB
CMYK
RGB Variations
Color information
#6DC7FA (or 0x6DC7FA) is known color: Maya Blue. HEX triplet: 6D, C7 and FA. RGB value is (109,199,250). Sum of RGB (Red+Green+Blue) = 109+199+250=558 (73% of max value = 765). Red value is 109 (42.97% from 255 or 19.53% from 558); Green value is 199 (78.12% from 255 or 35.66% from 558); Blue value is 250 (98.05% from 255 or 44.80% from 558); Max value from RGB is 250 - color contains mainly: blue. Hex color #6DC7FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DC7FA is #923805. Grayscale: #B1B1B1. Windows color (decimal): -9582598 or 16435053. OLE color: 16435053.
HSL color Cylindrical-coordinate representation of color #6DC7FA: hue angle of 201.7º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6DC7FA is Cyan = 0.56, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 109 | 199 | 250 | - |
| CMYK | 0.56 | 0.20 | 0 | 0.02 |
| HSL | 201.7º | 0.93% | 0.7% | - |
| HSV(B) | 201.7º | 0.56% | 0.98% | - |
| XYZ | 43.99 | 51 | 97.97 | - |
| YUV | 177.9 | 168.68 | 78.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 199 | 250 | 0.56 | 0.20 | 0 | 0.02 | 201.7 | 0.93 | 0.7 |
| Hex | 6D | C7 | FA | 38 | 14 | 0 | 2 | CA | 5D | 46 |
| Octal | 155 | 307 | 372 | 70 | 24 | 0 | 2 | 312 | 135 | 106 |
| Binary | 1101101 | 11000111 | 11111010 | 111000 | 10100 | 0 | 10 | 11001010 | 1011101 | 1000110 |
Color Harmonies of #6DC7FA
Complementary color
Monochromatic Colors of #6DC7FA
Black with #6DC7FA
Text Example
Text Example
White with #6DC7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DC7FA; }
p { color: rgb(109,199,250); }
H1.HeaderClassName
{
color: #6DC7FA;
}
.AnyTagClassName
{
color: #6DC7FA;
}
</style>
background-color css
<style>
a { background-color: #6DC7FA; }
a { background-color: rgb(109,199,250); }
div.DivClassName
{
background-color: #6DC7FA;
}
.BgClassName
{
background-color: #6DC7FA;
}
</style>
border-color css
<style>
span { border-color: #6DC7FA; }
span { border-color: rgb(109,199,250); }
td.TdClassName
{
border-color: #6DC7FA;
}
.TagClassName
{
border-color: #6DC7FA;
}
</style>