Shades of Maya Blue #6FC2FA
Tints of Maya Blue #6FC2FA
RGB
CMYK
RGB Variations
Color information
#6FC2FA (or 0x6FC2FA) is known color: Maya Blue. HEX triplet: 6F, C2 and FA. RGB value is (111,194,250). Sum of RGB (Red+Green+Blue) = 111+194+250=555 (73% of max value = 765). Red value is 111 (43.75% from 255 or 20% from 555); Green value is 194 (76.17% from 255 or 34.95% from 555); Blue value is 250 (98.05% from 255 or 45.05% from 555); Max value from RGB is 250 - color contains mainly: blue. Hex color #6FC2FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FC2FA is #903D05. Grayscale: #AFAFAF. Windows color (decimal): -9452806 or 16433775. OLE color: 16433775.
HSL color Cylindrical-coordinate representation of color #6FC2FA: hue angle of 204.17º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FC2FA is Cyan = 0.56, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 111 | 194 | 250 | - |
| CMYK | 0.56 | 0.22 | 0 | 0.02 |
| HSL | 204.17º | 0.93% | 0.71% | - |
| HSV(B) | 204.17º | 0.56% | 0.98% | - |
| XYZ | 43.1 | 48.87 | 97.6 | - |
| YUV | 175.57 | 170 | 81.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 194 | 250 | 0.56 | 0.22 | 0 | 0.02 | 204.17 | 0.93 | 0.71 |
| Hex | 6F | C2 | FA | 38 | 16 | 0 | 2 | CC | 5D | 47 |
| Octal | 157 | 302 | 372 | 70 | 26 | 0 | 2 | 314 | 135 | 107 |
| Binary | 1101111 | 11000010 | 11111010 | 111000 | 10110 | 0 | 10 | 11001100 | 1011101 | 1000111 |
Color Harmonies of #6FC2FA
Complementary color
Monochromatic Colors of #6FC2FA
Black with #6FC2FA
Text Example
Text Example
White with #6FC2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FC2FA; }
p { color: rgb(111,194,250); }
H1.HeaderClassName
{
color: #6FC2FA;
}
.AnyTagClassName
{
color: #6FC2FA;
}
</style>
background-color css
<style>
a { background-color: #6FC2FA; }
a { background-color: rgb(111,194,250); }
div.DivClassName
{
background-color: #6FC2FA;
}
.BgClassName
{
background-color: #6FC2FA;
}
</style>
border-color css
<style>
span { border-color: #6FC2FA; }
span { border-color: rgb(111,194,250); }
td.TdClassName
{
border-color: #6FC2FA;
}
.TagClassName
{
border-color: #6FC2FA;
}
</style>