Shades of Maya Blue #6DCEFA
Tints of Maya Blue #6DCEFA
RGB
CMYK
RGB Variations
Color information
#6DCEFA (or 0x6DCEFA) is known color: Maya Blue. HEX triplet: 6D, CE and FA. RGB value is (109,206,250). Sum of RGB (Red+Green+Blue) = 109+206+250=565 (74% of max value = 765). Red value is 109 (42.97% from 255 or 19.29% from 565); Green value is 206 (80.86% from 255 or 36.46% from 565); Blue value is 250 (98.05% from 255 or 44.25% from 565); Max value from RGB is 250 - color contains mainly: blue. Hex color #6DCEFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DCEFA is #923105. Grayscale: #B5B5B5. Windows color (decimal): -9580806 or 16436845. OLE color: 16436845.
HSL color Cylindrical-coordinate representation of color #6DCEFA: hue angle of 198.72º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6DCEFA is Cyan = 0.56, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 109 | 206 | 250 | - |
| CMYK | 0.56 | 0.18 | 0 | 0.02 |
| HSL | 198.72º | 0.93% | 0.7% | - |
| HSV(B) | 198.72º | 0.56% | 0.98% | - |
| XYZ | 45.63 | 54.3 | 98.52 | - |
| YUV | 182.01 | 166.36 | 75.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 206 | 250 | 0.56 | 0.18 | 0 | 0.02 | 198.72 | 0.93 | 0.7 |
| Hex | 6D | CE | FA | 38 | 12 | 0 | 2 | C7 | 5D | 46 |
| Octal | 155 | 316 | 372 | 70 | 22 | 0 | 2 | 307 | 135 | 106 |
| Binary | 1101101 | 11001110 | 11111010 | 111000 | 10010 | 0 | 10 | 11000111 | 1011101 | 1000110 |
Color Harmonies of #6DCEFA
Complementary color
Monochromatic Colors of #6DCEFA
Black with #6DCEFA
Text Example
Text Example
White with #6DCEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCEFA; }
p { color: rgb(109,206,250); }
H1.HeaderClassName
{
color: #6DCEFA;
}
.AnyTagClassName
{
color: #6DCEFA;
}
</style>
background-color css
<style>
a { background-color: #6DCEFA; }
a { background-color: rgb(109,206,250); }
div.DivClassName
{
background-color: #6DCEFA;
}
.BgClassName
{
background-color: #6DCEFA;
}
</style>
border-color css
<style>
span { border-color: #6DCEFA; }
span { border-color: rgb(109,206,250); }
td.TdClassName
{
border-color: #6DCEFA;
}
.TagClassName
{
border-color: #6DCEFA;
}
</style>