Shades of Maya Blue #61BEF6
Tints of Maya Blue #61BEF6
RGB
CMYK
RGB Variations
Color information
#61BEF6 (or 0x61BEF6) is known color: Maya Blue. HEX triplet: 61, BE and F6. RGB value is (97,190,246). Sum of RGB (Red+Green+Blue) = 97+190+246=533 (70% of max value = 765). Red value is 97 (38.28% from 255 or 18.20% from 533); Green value is 190 (74.61% from 255 or 35.65% from 533); Blue value is 246 (96.48% from 255 or 46.15% from 533); Max value from RGB is 246 - color contains mainly: blue. Hex color #61BEF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61BEF6 is #9E4109. Grayscale: #A8A8A8. Windows color (decimal): -10371338 or 16170593. OLE color: 16170593.
HSL color Cylindrical-coordinate representation of color #61BEF6: hue angle of 202.55º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #61BEF6 is Cyan = 0.61, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 97 | 190 | 246 | - |
| CMYK | 0.61 | 0.23 | 0 | 0.04 |
| HSL | 202.55º | 0.89% | 0.67% | - |
| HSV(B) | 202.55º | 0.61% | 0.96% | - |
| XYZ | 39.98 | 46.02 | 93.96 | - |
| YUV | 168.58 | 171.69 | 76.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 190 | 246 | 0.61 | 0.23 | 0 | 0.04 | 202.55 | 0.89 | 0.67 |
| Hex | 61 | BE | F6 | 3D | 17 | 0 | 4 | CB | 59 | 43 |
| Octal | 141 | 276 | 366 | 75 | 27 | 0 | 4 | 313 | 131 | 103 |
| Binary | 1100001 | 10111110 | 11110110 | 111101 | 10111 | 0 | 100 | 11001011 | 1011001 | 1000011 |
Color Harmonies of #61BEF6
Complementary color
Monochromatic Colors of #61BEF6
Black with #61BEF6
Text Example
Text Example
White with #61BEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61BEF6; }
p { color: rgb(97,190,246); }
H1.HeaderClassName
{
color: #61BEF6;
}
.AnyTagClassName
{
color: #61BEF6;
}
</style>
background-color css
<style>
a { background-color: #61BEF6; }
a { background-color: rgb(97,190,246); }
div.DivClassName
{
background-color: #61BEF6;
}
.BgClassName
{
background-color: #61BEF6;
}
</style>
border-color css
<style>
span { border-color: #61BEF6; }
span { border-color: rgb(97,190,246); }
td.TdClassName
{
border-color: #61BEF6;
}
.TagClassName
{
border-color: #61BEF6;
}
</style>