Shades of Maya Blue #61C6FF
Tints of Maya Blue #61C6FF
RGB
CMYK
RGB Variations
Color information
#61C6FF (or 0x61C6FF) is known color: Maya Blue. HEX triplet: 61, C6 and FF. RGB value is (97,198,255). Sum of RGB (Red+Green+Blue) = 97+198+255=550 (72% of max value = 765). Red value is 97 (38.28% from 255 or 17.64% from 550); Green value is 198 (77.73% from 255 or 36% from 550); Blue value is 255 (100% from 255 or 46.36% from 550); Max value from RGB is 255 - color contains mainly: blue. Hex color #61C6FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61C6FF is #9E3900. Grayscale: #ADADAD. Windows color (decimal): -10369281 or 16762465. OLE color: 16762465.
HSL color Cylindrical-coordinate representation of color #61C6FF: hue angle of 201.65º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #61C6FF is Cyan = 0.62, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 97 | 198 | 255 | - |
| CMYK | 0.62 | 0.22 | 0 | 0 |
| HSL | 201.65º | 1% | 0.69% | - |
| HSV(B) | 201.65º | 0.62% | 1% | - |
| XYZ | 43.17 | 50.15 | 102.01 | - |
| YUV | 174.3 | 173.54 | 72.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 198 | 255 | 0.62 | 0.22 | 0 | 0 | 201.65 | 1 | 0.69 |
| Hex | 61 | C6 | FF | 3E | 16 | 0 | 0 | CA | 64 | 45 |
| Octal | 141 | 306 | 377 | 76 | 26 | 0 | 0 | 312 | 144 | 105 |
| Binary | 1100001 | 11000110 | 11111111 | 111110 | 10110 | 0 | 0 | 11001010 | 1100100 | 1000101 |
Color Harmonies of #61C6FF
Complementary color
Monochromatic Colors of #61C6FF
Black with #61C6FF
Text Example
Text Example
White with #61C6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C6FF; }
p { color: rgb(97,198,255); }
H1.HeaderClassName
{
color: #61C6FF;
}
.AnyTagClassName
{
color: #61C6FF;
}
</style>
background-color css
<style>
a { background-color: #61C6FF; }
a { background-color: rgb(97,198,255); }
div.DivClassName
{
background-color: #61C6FF;
}
.BgClassName
{
background-color: #61C6FF;
}
</style>
border-color css
<style>
span { border-color: #61C6FF; }
span { border-color: rgb(97,198,255); }
td.TdClassName
{
border-color: #61C6FF;
}
.TagClassName
{
border-color: #61C6FF;
}
</style>