Shades of Maya Blue #6DB5FC
Tints of Maya Blue #6DB5FC
RGB
CMYK
RGB Variations
Color information
#6DB5FC (or 0x6DB5FC) is known color: Maya Blue. HEX triplet: 6D, B5 and FC. RGB value is (109,181,252). Sum of RGB (Red+Green+Blue) = 109+181+252=542 (71% of max value = 765). Red value is 109 (42.97% from 255 or 20.11% from 542); Green value is 181 (71.09% from 255 or 33.39% from 542); Blue value is 252 (98.83% from 255 or 46.49% from 542); Max value from RGB is 252 - color contains mainly: blue. Hex color #6DB5FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DB5FC is #924A03. Grayscale: #A7A7A7. Windows color (decimal): -9587204 or 16561517. OLE color: 16561517.
HSL color Cylindrical-coordinate representation of color #6DB5FC: hue angle of 209.79º degrees, saturation: 0.96, 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 #6DB5FC is Cyan = 0.57, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 109 | 181 | 252 | - |
| CMYK | 0.57 | 0.28 | 0 | 0.01 |
| HSL | 209.79º | 0.96% | 0.71% | - |
| HSV(B) | 209.79º | 0.57% | 0.99% | - |
| XYZ | 40.4 | 43.33 | 98.33 | - |
| YUV | 167.57 | 175.65 | 86.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 181 | 252 | 0.57 | 0.28 | 0 | 0.01 | 209.79 | 0.96 | 0.71 |
| Hex | 6D | B5 | FC | 39 | 1C | 0 | 1 | D2 | 60 | 47 |
| Octal | 155 | 265 | 374 | 71 | 34 | 0 | 1 | 322 | 140 | 107 |
| Binary | 1101101 | 10110101 | 11111100 | 111001 | 11100 | 0 | 1 | 11010010 | 1100000 | 1000111 |
Color Harmonies of #6DB5FC
Complementary color
Monochromatic Colors of #6DB5FC
Black with #6DB5FC
Text Example
Text Example
White with #6DB5FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB5FC; }
p { color: rgb(109,181,252); }
H1.HeaderClassName
{
color: #6DB5FC;
}
.AnyTagClassName
{
color: #6DB5FC;
}
</style>
background-color css
<style>
a { background-color: #6DB5FC; }
a { background-color: rgb(109,181,252); }
div.DivClassName
{
background-color: #6DB5FC;
}
.BgClassName
{
background-color: #6DB5FC;
}
</style>
border-color css
<style>
span { border-color: #6DB5FC; }
span { border-color: rgb(109,181,252); }
td.TdClassName
{
border-color: #6DB5FC;
}
.TagClassName
{
border-color: #6DB5FC;
}
</style>