Shades of Maya Blue #6DBFF7
Tints of Maya Blue #6DBFF7
RGB
CMYK
RGB Variations
Color information
#6DBFF7 (or 0x6DBFF7) is known color: Maya Blue. HEX triplet: 6D, BF and F7. RGB value is (109,191,247). Sum of RGB (Red+Green+Blue) = 109+191+247=547 (72% of max value = 765). Red value is 109 (42.97% from 255 or 19.93% from 547); Green value is 191 (75% from 255 or 34.92% from 547); Blue value is 247 (96.88% from 255 or 45.16% from 547); Max value from RGB is 247 - color contains mainly: blue. Hex color #6DBFF7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DBFF7 is #924008. Grayscale: #ACACAC. Windows color (decimal): -9584649 or 16236397. OLE color: 16236397.
HSL color Cylindrical-coordinate representation of color #6DBFF7: hue angle of 204.35º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6DBFF7 is Cyan = 0.56, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 109 | 191 | 247 | - |
| CMYK | 0.56 | 0.23 | 0 | 0.03 |
| HSL | 204.35º | 0.9% | 0.7% | - |
| HSV(B) | 204.35º | 0.56% | 0.97% | - |
| XYZ | 41.73 | 47.23 | 94.91 | - |
| YUV | 172.87 | 169.83 | 82.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 191 | 247 | 0.56 | 0.23 | 0 | 0.03 | 204.35 | 0.9 | 0.7 |
| Hex | 6D | BF | F7 | 38 | 17 | 0 | 3 | CC | 5A | 46 |
| Octal | 155 | 277 | 367 | 70 | 27 | 0 | 3 | 314 | 132 | 106 |
| Binary | 1101101 | 10111111 | 11110111 | 111000 | 10111 | 0 | 11 | 11001100 | 1011010 | 1000110 |
Color Harmonies of #6DBFF7
Complementary color
Monochromatic Colors of #6DBFF7
Black with #6DBFF7
Text Example
Text Example
White with #6DBFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBFF7; }
p { color: rgb(109,191,247); }
H1.HeaderClassName
{
color: #6DBFF7;
}
.AnyTagClassName
{
color: #6DBFF7;
}
</style>
background-color css
<style>
a { background-color: #6DBFF7; }
a { background-color: rgb(109,191,247); }
div.DivClassName
{
background-color: #6DBFF7;
}
.BgClassName
{
background-color: #6DBFF7;
}
</style>
border-color css
<style>
span { border-color: #6DBFF7; }
span { border-color: rgb(109,191,247); }
td.TdClassName
{
border-color: #6DBFF7;
}
.TagClassName
{
border-color: #6DBFF7;
}
</style>