Shades of Maya Blue #6DB5FE
Tints of Maya Blue #6DB5FE
RGB
CMYK
RGB Variations
Color information
#6DB5FE (or 0x6DB5FE) is known color: Maya Blue. HEX triplet: 6D, B5 and FE. RGB value is (109,181,254). Sum of RGB (Red+Green+Blue) = 109+181+254=544 (72% of max value = 765). Red value is 109 (42.97% from 255 or 20.04% from 544); Green value is 181 (71.09% from 255 or 33.27% from 544); Blue value is 254 (99.61% from 255 or 46.69% from 544); Max value from RGB is 254 - color contains mainly: blue. Hex color #6DB5FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DB5FE is #924A01. Grayscale: #A7A7A7. Windows color (decimal): -9587202 or 16692589. OLE color: 16692589.
HSL color Cylindrical-coordinate representation of color #6DB5FE: hue angle of 210.21º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6DB5FE is Cyan = 0.57, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 109 | 181 | 254 | - |
| CMYK | 0.57 | 0.29 | 0 | 0.00 |
| HSL | 210.21º | 0.99% | 0.71% | - |
| HSV(B) | 210.21º | 0.57% | 1% | - |
| XYZ | 40.72 | 43.45 | 100.01 | - |
| YUV | 167.79 | 176.65 | 86.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 181 | 254 | 0.57 | 0.29 | 0 | 0.00 | 210.21 | 0.99 | 0.71 |
| Hex | 6D | B5 | FE | 39 | 1D | 0 | 0 | D2 | 63 | 47 |
| Octal | 155 | 265 | 376 | 71 | 35 | 0 | 0 | 322 | 143 | 107 |
| Binary | 1101101 | 10110101 | 11111110 | 111001 | 11101 | 0 | 0 | 11010010 | 1100011 | 1000111 |
Color Harmonies of #6DB5FE
Complementary color
Monochromatic Colors of #6DB5FE
Black with #6DB5FE
Text Example
Text Example
White with #6DB5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB5FE; }
p { color: rgb(109,181,254); }
H1.HeaderClassName
{
color: #6DB5FE;
}
.AnyTagClassName
{
color: #6DB5FE;
}
</style>
background-color css
<style>
a { background-color: #6DB5FE; }
a { background-color: rgb(109,181,254); }
div.DivClassName
{
background-color: #6DB5FE;
}
.BgClassName
{
background-color: #6DB5FE;
}
</style>
border-color css
<style>
span { border-color: #6DB5FE; }
span { border-color: rgb(109,181,254); }
td.TdClassName
{
border-color: #6DB5FE;
}
.TagClassName
{
border-color: #6DB5FE;
}
</style>