Shades of Maya Blue #6DBAFC
Tints of Maya Blue #6DBAFC
RGB
CMYK
RGB Variations
Color information
#6DBAFC (or 0x6DBAFC) is known color: Maya Blue. HEX triplet: 6D, BA and FC. RGB value is (109,186,252). Sum of RGB (Red+Green+Blue) = 109+186+252=547 (72% of max value = 765). Red value is 109 (42.97% from 255 or 19.93% from 547); Green value is 186 (73.05% from 255 or 34.00% from 547); Blue value is 252 (98.83% from 255 or 46.07% from 547); Max value from RGB is 252 - color contains mainly: blue. Hex color #6DBAFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DBAFC is #924503. Grayscale: #AAAAAA. Windows color (decimal): -9585924 or 16562797. OLE color: 16562797.
HSL color Cylindrical-coordinate representation of color #6DBAFC: hue angle of 207.69º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6DBAFC is Cyan = 0.57, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 109 | 186 | 252 | - |
| CMYK | 0.57 | 0.26 | 0 | 0.01 |
| HSL | 207.69º | 0.96% | 0.71% | - |
| HSV(B) | 207.69º | 0.57% | 0.99% | - |
| XYZ | 41.44 | 45.4 | 98.67 | - |
| YUV | 170.5 | 173.99 | 84.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 186 | 252 | 0.57 | 0.26 | 0 | 0.01 | 207.69 | 0.96 | 0.71 |
| Hex | 6D | BA | FC | 39 | 1A | 0 | 1 | D0 | 60 | 47 |
| Octal | 155 | 272 | 374 | 71 | 32 | 0 | 1 | 320 | 140 | 107 |
| Binary | 1101101 | 10111010 | 11111100 | 111001 | 11010 | 0 | 1 | 11010000 | 1100000 | 1000111 |
Color Harmonies of #6DBAFC
Complementary color
Monochromatic Colors of #6DBAFC
Black with #6DBAFC
Text Example
Text Example
White with #6DBAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBAFC; }
p { color: rgb(109,186,252); }
H1.HeaderClassName
{
color: #6DBAFC;
}
.AnyTagClassName
{
color: #6DBAFC;
}
</style>
background-color css
<style>
a { background-color: #6DBAFC; }
a { background-color: rgb(109,186,252); }
div.DivClassName
{
background-color: #6DBAFC;
}
.BgClassName
{
background-color: #6DBAFC;
}
</style>
border-color css
<style>
span { border-color: #6DBAFC; }
span { border-color: rgb(109,186,252); }
td.TdClassName
{
border-color: #6DBAFC;
}
.TagClassName
{
border-color: #6DBAFC;
}
</style>