Shades of Maya Blue #6DCAED
Tints of Maya Blue #6DCAED
RGB
CMYK
RGB Variations
Color information
#6DCAED (or 0x6DCAED) is known color: Maya Blue. HEX triplet: 6D, CA and ED. RGB value is (109,202,237). Sum of RGB (Red+Green+Blue) = 109+202+237=548 (72% of max value = 765). Red value is 109 (42.97% from 255 or 19.89% from 548); Green value is 202 (79.30% from 255 or 36.86% from 548); Blue value is 237 (92.97% from 255 or 43.25% from 548); Max value from RGB is 237 - color contains mainly: blue. Hex color #6DCAED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DCAED is #923512. Grayscale: #B1B1B1. Windows color (decimal): -9581843 or 15583853. OLE color: 15583853.
HSL color Cylindrical-coordinate representation of color #6DCAED: hue angle of 196.41º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6DCAED is Cyan = 0.54, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 109 | 202 | 237 | - |
| CMYK | 0.54 | 0.15 | 0 | 0.07 |
| HSL | 196.41º | 0.78% | 0.68% | - |
| HSV(B) | 196.41º | 0.54% | 0.93% | - |
| XYZ | 42.71 | 51.61 | 87.83 | - |
| YUV | 178.18 | 161.19 | 78.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 202 | 237 | 0.54 | 0.15 | 0 | 0.07 | 196.41 | 0.78 | 0.68 |
| Hex | 6D | CA | ED | 36 | F | 0 | 7 | C4 | 4E | 44 |
| Octal | 155 | 312 | 355 | 66 | 17 | 0 | 7 | 304 | 116 | 104 |
| Binary | 1101101 | 11001010 | 11101101 | 110110 | 1111 | 0 | 111 | 11000100 | 1001110 | 1000100 |
Color Harmonies of #6DCAED
Complementary color
Monochromatic Colors of #6DCAED
Black with #6DCAED
Text Example
Text Example
White with #6DCAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCAED; }
p { color: rgb(109,202,237); }
H1.HeaderClassName
{
color: #6DCAED;
}
.AnyTagClassName
{
color: #6DCAED;
}
</style>
background-color css
<style>
a { background-color: #6DCAED; }
a { background-color: rgb(109,202,237); }
div.DivClassName
{
background-color: #6DCAED;
}
.BgClassName
{
background-color: #6DCAED;
}
</style>
border-color css
<style>
span { border-color: #6DCAED; }
span { border-color: rgb(109,202,237); }
td.TdClassName
{
border-color: #6DCAED;
}
.TagClassName
{
border-color: #6DCAED;
}
</style>