Shades of Maya Blue #6DB4FC
Tints of Maya Blue #6DB4FC
RGB
CMYK
RGB Variations
Color information
#6DB4FC (or 0x6DB4FC) is known color: Maya Blue. HEX triplet: 6D, B4 and FC. RGB value is (109,180,252). Sum of RGB (Red+Green+Blue) = 109+180+252=541 (71% of max value = 765). Red value is 109 (42.97% from 255 or 20.15% from 541); Green value is 180 (70.70% from 255 or 33.27% from 541); Blue value is 252 (98.83% from 255 or 46.58% from 541); Max value from RGB is 252 - color contains mainly: blue. Hex color #6DB4FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DB4FC is #924B03. Grayscale: #A6A6A6. Windows color (decimal): -9587460 or 16561261. OLE color: 16561261.
HSL color Cylindrical-coordinate representation of color #6DB4FC: hue angle of 210.21º 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 #6DB4FC is Cyan = 0.57, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 109 | 180 | 252 | - |
| CMYK | 0.57 | 0.29 | 0 | 0.01 |
| HSL | 210.21º | 0.96% | 0.71% | - |
| HSV(B) | 210.21º | 0.57% | 0.99% | - |
| XYZ | 40.2 | 42.92 | 98.26 | - |
| YUV | 166.98 | 175.98 | 86.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 180 | 252 | 0.57 | 0.29 | 0 | 0.01 | 210.21 | 0.96 | 0.71 |
| Hex | 6D | B4 | FC | 39 | 1D | 0 | 1 | D2 | 60 | 47 |
| Octal | 155 | 264 | 374 | 71 | 35 | 0 | 1 | 322 | 140 | 107 |
| Binary | 1101101 | 10110100 | 11111100 | 111001 | 11101 | 0 | 1 | 11010010 | 1100000 | 1000111 |
Color Harmonies of #6DB4FC
Complementary color
Monochromatic Colors of #6DB4FC
Black with #6DB4FC
Text Example
Text Example
White with #6DB4FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB4FC; }
p { color: rgb(109,180,252); }
H1.HeaderClassName
{
color: #6DB4FC;
}
.AnyTagClassName
{
color: #6DB4FC;
}
</style>
background-color css
<style>
a { background-color: #6DB4FC; }
a { background-color: rgb(109,180,252); }
div.DivClassName
{
background-color: #6DB4FC;
}
.BgClassName
{
background-color: #6DB4FC;
}
</style>
border-color css
<style>
span { border-color: #6DB4FC; }
span { border-color: rgb(109,180,252); }
td.TdClassName
{
border-color: #6DB4FC;
}
.TagClassName
{
border-color: #6DB4FC;
}
</style>