Shades of Maya Blue #61B6FA
Tints of Maya Blue #61B6FA
RGB
CMYK
RGB Variations
Color information
#61B6FA (or 0x61B6FA) is known color: Maya Blue. HEX triplet: 61, B6 and FA. RGB value is (97,182,250). Sum of RGB (Red+Green+Blue) = 97+182+250=529 (70% of max value = 765). Red value is 97 (38.28% from 255 or 18.34% from 529); Green value is 182 (71.48% from 255 or 34.40% from 529); Blue value is 250 (98.05% from 255 or 47.26% from 529); Max value from RGB is 250 - color contains mainly: blue. Hex color #61B6FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61B6FA is #9E4905. Grayscale: #A3A3A3. Windows color (decimal): -10373382 or 16430689. OLE color: 16430689.
HSL color Cylindrical-coordinate representation of color #61B6FA: hue angle of 206.67º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #61B6FA is Cyan = 0.61, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 97 | 182 | 250 | - |
| CMYK | 0.61 | 0.27 | 0 | 0.02 |
| HSL | 206.67º | 0.94% | 0.68% | - |
| HSV(B) | 206.67º | 0.61% | 0.98% | - |
| XYZ | 38.91 | 42.9 | 96.67 | - |
| YUV | 164.34 | 176.34 | 79.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 182 | 250 | 0.61 | 0.27 | 0 | 0.02 | 206.67 | 0.94 | 0.68 |
| Hex | 61 | B6 | FA | 3D | 1B | 0 | 2 | CF | 5E | 44 |
| Octal | 141 | 266 | 372 | 75 | 33 | 0 | 2 | 317 | 136 | 104 |
| Binary | 1100001 | 10110110 | 11111010 | 111101 | 11011 | 0 | 10 | 11001111 | 1011110 | 1000100 |
Color Harmonies of #61B6FA
Complementary color
Monochromatic Colors of #61B6FA
Black with #61B6FA
Text Example
Text Example
White with #61B6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61B6FA; }
p { color: rgb(97,182,250); }
H1.HeaderClassName
{
color: #61B6FA;
}
.AnyTagClassName
{
color: #61B6FA;
}
</style>
background-color css
<style>
a { background-color: #61B6FA; }
a { background-color: rgb(97,182,250); }
div.DivClassName
{
background-color: #61B6FA;
}
.BgClassName
{
background-color: #61B6FA;
}
</style>
border-color css
<style>
span { border-color: #61B6FA; }
span { border-color: rgb(97,182,250); }
td.TdClassName
{
border-color: #61B6FA;
}
.TagClassName
{
border-color: #61B6FA;
}
</style>