Shades of Maya Blue #6BC0FC
Tints of Maya Blue #6BC0FC
RGB
CMYK
RGB Variations
Color information
#6BC0FC (or 0x6BC0FC) is known color: Maya Blue. HEX triplet: 6B, C0 and FC. RGB value is (107,192,252). Sum of RGB (Red+Green+Blue) = 107+192+252=551 (72% of max value = 765). Red value is 107 (42.19% from 255 or 19.42% from 551); Green value is 192 (75.39% from 255 or 34.85% from 551); Blue value is 252 (98.83% from 255 or 45.74% from 551); Max value from RGB is 252 - color contains mainly: blue. Hex color #6BC0FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BC0FC is #943F03. Grayscale: #ADADAD. Windows color (decimal): -9715460 or 16564331. OLE color: 16564331.
HSL color Cylindrical-coordinate representation of color #6BC0FC: hue angle of 204.83º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BC0FC is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 107 | 192 | 252 | - |
| CMYK | 0.58 | 0.24 | 0 | 0.01 |
| HSL | 204.83º | 0.96% | 0.7% | - |
| HSV(B) | 204.83º | 0.58% | 0.99% | - |
| XYZ | 42.48 | 47.85 | 99.09 | - |
| YUV | 173.43 | 172.34 | 80.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 192 | 252 | 0.58 | 0.24 | 0 | 0.01 | 204.83 | 0.96 | 0.7 |
| Hex | 6B | C0 | FC | 3A | 18 | 0 | 1 | CD | 60 | 46 |
| Octal | 153 | 300 | 374 | 72 | 30 | 0 | 1 | 315 | 140 | 106 |
| Binary | 1101011 | 11000000 | 11111100 | 111010 | 11000 | 0 | 1 | 11001101 | 1100000 | 1000110 |
Color Harmonies of #6BC0FC
Complementary color
Monochromatic Colors of #6BC0FC
Black with #6BC0FC
Text Example
Text Example
White with #6BC0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BC0FC; }
p { color: rgb(107,192,252); }
H1.HeaderClassName
{
color: #6BC0FC;
}
.AnyTagClassName
{
color: #6BC0FC;
}
</style>
background-color css
<style>
a { background-color: #6BC0FC; }
a { background-color: rgb(107,192,252); }
div.DivClassName
{
background-color: #6BC0FC;
}
.BgClassName
{
background-color: #6BC0FC;
}
</style>
border-color css
<style>
span { border-color: #6BC0FC; }
span { border-color: rgb(107,192,252); }
td.TdClassName
{
border-color: #6BC0FC;
}
.TagClassName
{
border-color: #6BC0FC;
}
</style>