Shades of Maya Blue #6DB3FA
Tints of Maya Blue #6DB3FA
RGB
CMYK
RGB Variations
Color information
#6DB3FA (or 0x6DB3FA) is known color: Maya Blue. HEX triplet: 6D, B3 and FA. RGB value is (109,179,250). Sum of RGB (Red+Green+Blue) = 109+179+250=538 (71% of max value = 765). Red value is 109 (42.97% from 255 or 20.26% from 538); Green value is 179 (70.31% from 255 or 33.27% from 538); Blue value is 250 (98.05% from 255 or 46.47% from 538); Max value from RGB is 250 - color contains mainly: blue. Hex color #6DB3FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DB3FA is #924C05. Grayscale: #A5A5A5. Windows color (decimal): -9587718 or 16429933. OLE color: 16429933.
HSL color Cylindrical-coordinate representation of color #6DB3FA: hue angle of 210.21º 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 #6DB3FA is Cyan = 0.56, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 109 | 179 | 250 | - |
| CMYK | 0.56 | 0.28 | 0 | 0.02 |
| HSL | 210.21º | 0.93% | 0.7% | - |
| HSV(B) | 210.21º | 0.56% | 0.98% | - |
| XYZ | 39.68 | 42.39 | 96.53 | - |
| YUV | 166.16 | 175.31 | 87.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 179 | 250 | 0.56 | 0.28 | 0 | 0.02 | 210.21 | 0.93 | 0.7 |
| Hex | 6D | B3 | FA | 38 | 1C | 0 | 2 | D2 | 5D | 46 |
| Octal | 155 | 263 | 372 | 70 | 34 | 0 | 2 | 322 | 135 | 106 |
| Binary | 1101101 | 10110011 | 11111010 | 111000 | 11100 | 0 | 10 | 11010010 | 1011101 | 1000110 |
Color Harmonies of #6DB3FA
Complementary color
Monochromatic Colors of #6DB3FA
Black with #6DB3FA
Text Example
Text Example
White with #6DB3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB3FA; }
p { color: rgb(109,179,250); }
H1.HeaderClassName
{
color: #6DB3FA;
}
.AnyTagClassName
{
color: #6DB3FA;
}
</style>
background-color css
<style>
a { background-color: #6DB3FA; }
a { background-color: rgb(109,179,250); }
div.DivClassName
{
background-color: #6DB3FA;
}
.BgClassName
{
background-color: #6DB3FA;
}
</style>
border-color css
<style>
span { border-color: #6DB3FA; }
span { border-color: rgb(109,179,250); }
td.TdClassName
{
border-color: #6DB3FA;
}
.TagClassName
{
border-color: #6DB3FA;
}
</style>