Shades of Maya Blue #6DCDF1
Tints of Maya Blue #6DCDF1
RGB
CMYK
RGB Variations
Color information
#6DCDF1 (or 0x6DCDF1) is known color: Maya Blue. HEX triplet: 6D, CD and F1. RGB value is (109,205,241). Sum of RGB (Red+Green+Blue) = 109+205+241=555 (73% of max value = 765). Red value is 109 (42.97% from 255 or 19.64% from 555); Green value is 205 (80.47% from 255 or 36.94% from 555); Blue value is 241 (94.53% from 255 or 43.42% from 555); Max value from RGB is 241 - color contains mainly: blue. Hex color #6DCDF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DCDF1 is #92320E. Grayscale: #B4B4B4. Windows color (decimal): -9581071 or 15846765. OLE color: 15846765.
HSL color Cylindrical-coordinate representation of color #6DCDF1: hue angle of 196.36º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6DCDF1 is Cyan = 0.55, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 109 | 205 | 241 | - |
| CMYK | 0.55 | 0.15 | 0 | 0.05 |
| HSL | 196.36º | 0.83% | 0.69% | - |
| HSV(B) | 196.36º | 0.55% | 0.95% | - |
| XYZ | 44.02 | 53.26 | 91.18 | - |
| YUV | 180.4 | 162.2 | 77.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 205 | 241 | 0.55 | 0.15 | 0 | 0.05 | 196.36 | 0.83 | 0.69 |
| Hex | 6D | CD | F1 | 37 | F | 0 | 5 | C4 | 52 | 45 |
| Octal | 155 | 315 | 361 | 67 | 17 | 0 | 5 | 304 | 122 | 105 |
| Binary | 1101101 | 11001101 | 11110001 | 110111 | 1111 | 0 | 101 | 11000100 | 1010010 | 1000101 |
Color Harmonies of #6DCDF1
Complementary color
Monochromatic Colors of #6DCDF1
Black with #6DCDF1
Text Example
Text Example
White with #6DCDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCDF1; }
p { color: rgb(109,205,241); }
H1.HeaderClassName
{
color: #6DCDF1;
}
.AnyTagClassName
{
color: #6DCDF1;
}
</style>
background-color css
<style>
a { background-color: #6DCDF1; }
a { background-color: rgb(109,205,241); }
div.DivClassName
{
background-color: #6DCDF1;
}
.BgClassName
{
background-color: #6DCDF1;
}
</style>
border-color css
<style>
span { border-color: #6DCDF1; }
span { border-color: rgb(109,205,241); }
td.TdClassName
{
border-color: #6DCDF1;
}
.TagClassName
{
border-color: #6DCDF1;
}
</style>