Shades of Maya Blue #6DCFFE
Tints of Maya Blue #6DCFFE
RGB
CMYK
RGB Variations
Color information
#6DCFFE (or 0x6DCFFE) is known color: Maya Blue. HEX triplet: 6D, CF and FE. RGB value is (109,207,254). Sum of RGB (Red+Green+Blue) = 109+207+254=570 (75% of max value = 765). Red value is 109 (42.97% from 255 or 19.12% from 570); Green value is 207 (81.25% from 255 or 36.32% from 570); Blue value is 254 (99.61% from 255 or 44.56% from 570); Max value from RGB is 254 - color contains mainly: blue. Hex color #6DCFFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DCFFE is #923001. Grayscale: #B6B6B6. Windows color (decimal): -9580546 or 16699245. OLE color: 16699245.
HSL color Cylindrical-coordinate representation of color #6DCFFE: hue angle of 199.45º 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 #6DCFFE is Cyan = 0.57, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 109 | 207 | 254 | - |
| CMYK | 0.57 | 0.19 | 0 | 0.00 |
| HSL | 199.45º | 0.99% | 0.71% | - |
| HSV(B) | 199.45º | 0.57% | 1% | - |
| XYZ | 46.51 | 55.03 | 101.94 | - |
| YUV | 183.06 | 168.03 | 75.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 207 | 254 | 0.57 | 0.19 | 0 | 0.00 | 199.45 | 0.99 | 0.71 |
| Hex | 6D | CF | FE | 39 | 13 | 0 | 0 | C7 | 63 | 47 |
| Octal | 155 | 317 | 376 | 71 | 23 | 0 | 0 | 307 | 143 | 107 |
| Binary | 1101101 | 11001111 | 11111110 | 111001 | 10011 | 0 | 0 | 11000111 | 1100011 | 1000111 |
Color Harmonies of #6DCFFE
Complementary color
Monochromatic Colors of #6DCFFE
Black with #6DCFFE
Text Example
Text Example
White with #6DCFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCFFE; }
p { color: rgb(109,207,254); }
H1.HeaderClassName
{
color: #6DCFFE;
}
.AnyTagClassName
{
color: #6DCFFE;
}
</style>
background-color css
<style>
a { background-color: #6DCFFE; }
a { background-color: rgb(109,207,254); }
div.DivClassName
{
background-color: #6DCFFE;
}
.BgClassName
{
background-color: #6DCFFE;
}
</style>
border-color css
<style>
span { border-color: #6DCFFE; }
span { border-color: rgb(109,207,254); }
td.TdClassName
{
border-color: #6DCFFE;
}
.TagClassName
{
border-color: #6DCFFE;
}
</style>