Shades of Maya Blue #6DBFFF
Tints of Maya Blue #6DBFFF
RGB
CMYK
RGB Variations
Color information
#6DBFFF (or 0x6DBFFF) is known color: Maya Blue. HEX triplet: 6D, BF and FF. RGB value is (109,191,255). Sum of RGB (Red+Green+Blue) = 109+191+255=555 (73% of max value = 765). Red value is 109 (42.97% from 255 or 19.64% from 555); Green value is 191 (75% from 255 or 34.41% from 555); Blue value is 255 (100% from 255 or 45.95% from 555); Max value from RGB is 255 - color contains mainly: blue. Hex color #6DBFFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DBFFF is #924000. Grayscale: #ADADAD. Windows color (decimal): -9584641 or 16760685. OLE color: 16760685.
HSL color Cylindrical-coordinate representation of color #6DBFFF: hue angle of 206.3º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6DBFFF is Cyan = 0.57, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 109 | 191 | 255 | - |
| CMYK | 0.57 | 0.25 | 0 | 0 |
| HSL | 206.3º | 1% | 0.71% | - |
| HSV(B) | 206.3º | 0.57% | 1% | - |
| XYZ | 42.99 | 47.73 | 101.56 | - |
| YUV | 173.78 | 173.83 | 81.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 191 | 255 | 0.57 | 0.25 | 0 | 0 | 206.3 | 1 | 0.71 |
| Hex | 6D | BF | FF | 39 | 19 | 0 | 0 | CE | 64 | 47 |
| Octal | 155 | 277 | 377 | 71 | 31 | 0 | 0 | 316 | 144 | 107 |
| Binary | 1101101 | 10111111 | 11111111 | 111001 | 11001 | 0 | 0 | 11001110 | 1100100 | 1000111 |
Color Harmonies of #6DBFFF
Complementary color
Monochromatic Colors of #6DBFFF
Black with #6DBFFF
Text Example
Text Example
White with #6DBFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBFFF; }
p { color: rgb(109,191,255); }
H1.HeaderClassName
{
color: #6DBFFF;
}
.AnyTagClassName
{
color: #6DBFFF;
}
</style>
background-color css
<style>
a { background-color: #6DBFFF; }
a { background-color: rgb(109,191,255); }
div.DivClassName
{
background-color: #6DBFFF;
}
.BgClassName
{
background-color: #6DBFFF;
}
</style>
border-color css
<style>
span { border-color: #6DBFFF; }
span { border-color: rgb(109,191,255); }
td.TdClassName
{
border-color: #6DBFFF;
}
.TagClassName
{
border-color: #6DBFFF;
}
</style>