Shades of Maya Blue #6DD4FA
Tints of Maya Blue #6DD4FA
RGB
CMYK
RGB Variations
Color information
#6DD4FA (or 0x6DD4FA) is known color: Maya Blue. HEX triplet: 6D, D4 and FA. RGB value is (109,212,250). Sum of RGB (Red+Green+Blue) = 109+212+250=571 (75% of max value = 765). Red value is 109 (42.97% from 255 or 19.09% from 571); Green value is 212 (83.20% from 255 or 37.13% from 571); Blue value is 250 (98.05% from 255 or 43.78% from 571); Max value from RGB is 250 - color contains mainly: blue. Hex color #6DD4FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DD4FA is #922B05. Grayscale: #B9B9B9. Windows color (decimal): -9579270 or 16438381. OLE color: 16438381.
HSL color Cylindrical-coordinate representation of color #6DD4FA: hue angle of 196.17º 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 #6DD4FA is Cyan = 0.56, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 109 | 212 | 250 | - |
| CMYK | 0.56 | 0.15 | 0 | 0.02 |
| HSL | 196.17º | 0.93% | 0.7% | - |
| HSV(B) | 196.17º | 0.56% | 0.98% | - |
| XYZ | 47.11 | 57.24 | 99.01 | - |
| YUV | 185.54 | 164.38 | 73.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 212 | 250 | 0.56 | 0.15 | 0 | 0.02 | 196.17 | 0.93 | 0.7 |
| Hex | 6D | D4 | FA | 38 | F | 0 | 2 | C4 | 5D | 46 |
| Octal | 155 | 324 | 372 | 70 | 17 | 0 | 2 | 304 | 135 | 106 |
| Binary | 1101101 | 11010100 | 11111010 | 111000 | 1111 | 0 | 10 | 11000100 | 1011101 | 1000110 |
Color Harmonies of #6DD4FA
Complementary color
Monochromatic Colors of #6DD4FA
Black with #6DD4FA
Text Example
Text Example
White with #6DD4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DD4FA; }
p { color: rgb(109,212,250); }
H1.HeaderClassName
{
color: #6DD4FA;
}
.AnyTagClassName
{
color: #6DD4FA;
}
</style>
background-color css
<style>
a { background-color: #6DD4FA; }
a { background-color: rgb(109,212,250); }
div.DivClassName
{
background-color: #6DD4FA;
}
.BgClassName
{
background-color: #6DD4FA;
}
</style>
border-color css
<style>
span { border-color: #6DD4FA; }
span { border-color: rgb(109,212,250); }
td.TdClassName
{
border-color: #6DD4FA;
}
.TagClassName
{
border-color: #6DD4FA;
}
</style>