Shades of Maya Blue #6DBFFE
Tints of Maya Blue #6DBFFE
RGB
CMYK
RGB Variations
Color information
#6DBFFE (or 0x6DBFFE) is known color: Maya Blue. HEX triplet: 6D, BF and FE. RGB value is (109,191,254). Sum of RGB (Red+Green+Blue) = 109+191+254=554 (73% of max value = 765). Red value is 109 (42.97% from 255 or 19.68% from 554); Green value is 191 (75% from 255 or 34.48% from 554); Blue value is 254 (99.61% from 255 or 45.85% from 554); Max value from RGB is 254 - color contains mainly: blue. Hex color #6DBFFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DBFFE is #924001. Grayscale: #ADADAD. Windows color (decimal): -9584642 or 16695149. OLE color: 16695149.
HSL color Cylindrical-coordinate representation of color #6DBFFE: hue angle of 206.07º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6DBFFE is Cyan = 0.57, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 109 | 191 | 254 | - |
| CMYK | 0.57 | 0.25 | 0 | 0.00 |
| HSL | 206.07º | 0.99% | 0.71% | - |
| HSV(B) | 206.07º | 0.57% | 1% | - |
| XYZ | 42.83 | 47.67 | 100.71 | - |
| YUV | 173.66 | 173.33 | 81.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 191 | 254 | 0.57 | 0.25 | 0 | 0.00 | 206.07 | 0.99 | 0.71 |
| Hex | 6D | BF | FE | 39 | 19 | 0 | 0 | CE | 63 | 47 |
| Octal | 155 | 277 | 376 | 71 | 31 | 0 | 0 | 316 | 143 | 107 |
| Binary | 1101101 | 10111111 | 11111110 | 111001 | 11001 | 0 | 0 | 11001110 | 1100011 | 1000111 |
Color Harmonies of #6DBFFE
Complementary color
Monochromatic Colors of #6DBFFE
Black with #6DBFFE
Text Example
Text Example
White with #6DBFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBFFE; }
p { color: rgb(109,191,254); }
H1.HeaderClassName
{
color: #6DBFFE;
}
.AnyTagClassName
{
color: #6DBFFE;
}
</style>
background-color css
<style>
a { background-color: #6DBFFE; }
a { background-color: rgb(109,191,254); }
div.DivClassName
{
background-color: #6DBFFE;
}
.BgClassName
{
background-color: #6DBFFE;
}
</style>
border-color css
<style>
span { border-color: #6DBFFE; }
span { border-color: rgb(109,191,254); }
td.TdClassName
{
border-color: #6DBFFE;
}
.TagClassName
{
border-color: #6DBFFE;
}
</style>