Shades of Maya Blue #6DC2FD
Tints of Maya Blue #6DC2FD
RGB
CMYK
RGB Variations
Color information
#6DC2FD (or 0x6DC2FD) is known color: Maya Blue. HEX triplet: 6D, C2 and FD. RGB value is (109,194,253). Sum of RGB (Red+Green+Blue) = 109+194+253=556 (73% of max value = 765). Red value is 109 (42.97% from 255 or 19.60% from 556); Green value is 194 (76.17% from 255 or 34.89% from 556); Blue value is 253 (99.22% from 255 or 45.50% from 556); Max value from RGB is 253 - color contains mainly: blue. Hex color #6DC2FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DC2FD is #923D02. Grayscale: #AEAEAE. Windows color (decimal): -9583875 or 16630381. OLE color: 16630381.
HSL color Cylindrical-coordinate representation of color #6DC2FD: hue angle of 204.58º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6DC2FD is Cyan = 0.57, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 109 | 194 | 253 | - |
| CMYK | 0.57 | 0.23 | 0 | 0.01 |
| HSL | 204.58º | 0.97% | 0.71% | - |
| HSV(B) | 204.58º | 0.57% | 0.99% | - |
| XYZ | 43.33 | 48.93 | 100.09 | - |
| YUV | 175.31 | 171.84 | 80.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 194 | 253 | 0.57 | 0.23 | 0 | 0.01 | 204.58 | 0.97 | 0.71 |
| Hex | 6D | C2 | FD | 39 | 17 | 0 | 1 | CD | 61 | 47 |
| Octal | 155 | 302 | 375 | 71 | 27 | 0 | 1 | 315 | 141 | 107 |
| Binary | 1101101 | 11000010 | 11111101 | 111001 | 10111 | 0 | 1 | 11001101 | 1100001 | 1000111 |
Color Harmonies of #6DC2FD
Complementary color
Monochromatic Colors of #6DC2FD
Black with #6DC2FD
Text Example
Text Example
White with #6DC2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DC2FD; }
p { color: rgb(109,194,253); }
H1.HeaderClassName
{
color: #6DC2FD;
}
.AnyTagClassName
{
color: #6DC2FD;
}
</style>
background-color css
<style>
a { background-color: #6DC2FD; }
a { background-color: rgb(109,194,253); }
div.DivClassName
{
background-color: #6DC2FD;
}
.BgClassName
{
background-color: #6DC2FD;
}
</style>
border-color css
<style>
span { border-color: #6DC2FD; }
span { border-color: rgb(109,194,253); }
td.TdClassName
{
border-color: #6DC2FD;
}
.TagClassName
{
border-color: #6DC2FD;
}
</style>