Shades of Maya Blue #6FC0FD
Tints of Maya Blue #6FC0FD
RGB
CMYK
RGB Variations
Color information
#6FC0FD (or 0x6FC0FD) is known color: Maya Blue. HEX triplet: 6F, C0 and FD. RGB value is (111,192,253). Sum of RGB (Red+Green+Blue) = 111+192+253=556 (73% of max value = 765). Red value is 111 (43.75% from 255 or 19.96% from 556); Green value is 192 (75.39% from 255 or 34.53% from 556); Blue value is 253 (99.22% from 255 or 45.50% from 556); Max value from RGB is 253 - color contains mainly: blue. Hex color #6FC0FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FC0FD is #903F02. Grayscale: #AEAEAE. Windows color (decimal): -9453315 or 16629871. OLE color: 16629871.
HSL color Cylindrical-coordinate representation of color #6FC0FD: hue angle of 205.77º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FC0FD is Cyan = 0.56, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 111 | 192 | 253 | - |
| CMYK | 0.56 | 0.24 | 0 | 0.01 |
| HSL | 205.77º | 0.97% | 0.71% | - |
| HSV(B) | 205.77º | 0.56% | 0.99% | - |
| XYZ | 43.13 | 48.17 | 99.95 | - |
| YUV | 174.74 | 172.16 | 82.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 192 | 253 | 0.56 | 0.24 | 0 | 0.01 | 205.77 | 0.97 | 0.71 |
| Hex | 6F | C0 | FD | 38 | 18 | 0 | 1 | CE | 61 | 47 |
| Octal | 157 | 300 | 375 | 70 | 30 | 0 | 1 | 316 | 141 | 107 |
| Binary | 1101111 | 11000000 | 11111101 | 111000 | 11000 | 0 | 1 | 11001110 | 1100001 | 1000111 |
Color Harmonies of #6FC0FD
Complementary color
Monochromatic Colors of #6FC0FD
Black with #6FC0FD
Text Example
Text Example
White with #6FC0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FC0FD; }
p { color: rgb(111,192,253); }
H1.HeaderClassName
{
color: #6FC0FD;
}
.AnyTagClassName
{
color: #6FC0FD;
}
</style>
background-color css
<style>
a { background-color: #6FC0FD; }
a { background-color: rgb(111,192,253); }
div.DivClassName
{
background-color: #6FC0FD;
}
.BgClassName
{
background-color: #6FC0FD;
}
</style>
border-color css
<style>
span { border-color: #6FC0FD; }
span { border-color: rgb(111,192,253); }
td.TdClassName
{
border-color: #6FC0FD;
}
.TagClassName
{
border-color: #6FC0FD;
}
</style>