Shades of Maya Blue #6DCAF0
Tints of Maya Blue #6DCAF0
RGB
CMYK
RGB Variations
Color information
#6DCAF0 (or 0x6DCAF0) is known color: Maya Blue. HEX triplet: 6D, CA and F0. RGB value is (109,202,240). Sum of RGB (Red+Green+Blue) = 109+202+240=551 (72% of max value = 765). Red value is 109 (42.97% from 255 or 19.78% from 551); Green value is 202 (79.30% from 255 or 36.66% from 551); Blue value is 240 (94.14% from 255 or 43.56% from 551); Max value from RGB is 240 - color contains mainly: blue. Hex color #6DCAF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DCAF0 is #92350F. Grayscale: #B2B2B2. Windows color (decimal): -9581840 or 15780461. OLE color: 15780461.
HSL color Cylindrical-coordinate representation of color #6DCAF0: hue angle of 197.4º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6DCAF0 is Cyan = 0.55, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 109 | 202 | 240 | - |
| CMYK | 0.55 | 0.16 | 0 | 0.06 |
| HSL | 197.4º | 0.81% | 0.68% | - |
| HSV(B) | 197.4º | 0.55% | 0.94% | - |
| XYZ | 43.16 | 51.78 | 90.16 | - |
| YUV | 178.53 | 162.69 | 78.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 202 | 240 | 0.55 | 0.16 | 0 | 0.06 | 197.4 | 0.81 | 0.68 |
| Hex | 6D | CA | F0 | 37 | 10 | 0 | 6 | C5 | 51 | 44 |
| Octal | 155 | 312 | 360 | 67 | 20 | 0 | 6 | 305 | 121 | 104 |
| Binary | 1101101 | 11001010 | 11110000 | 110111 | 10000 | 0 | 110 | 11000101 | 1010001 | 1000100 |
Color Harmonies of #6DCAF0
Complementary color
Monochromatic Colors of #6DCAF0
Black with #6DCAF0
Text Example
Text Example
White with #6DCAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCAF0; }
p { color: rgb(109,202,240); }
H1.HeaderClassName
{
color: #6DCAF0;
}
.AnyTagClassName
{
color: #6DCAF0;
}
</style>
background-color css
<style>
a { background-color: #6DCAF0; }
a { background-color: rgb(109,202,240); }
div.DivClassName
{
background-color: #6DCAF0;
}
.BgClassName
{
background-color: #6DCAF0;
}
</style>
border-color css
<style>
span { border-color: #6DCAF0; }
span { border-color: rgb(109,202,240); }
td.TdClassName
{
border-color: #6DCAF0;
}
.TagClassName
{
border-color: #6DCAF0;
}
</style>