Shades of Maya Blue #6BBCFD
Tints of Maya Blue #6BBCFD
RGB
CMYK
RGB Variations
Color information
#6BBCFD (or 0x6BBCFD) is known color: Maya Blue. HEX triplet: 6B, BC and FD. RGB value is (107,188,253). Sum of RGB (Red+Green+Blue) = 107+188+253=548 (72% of max value = 765). Red value is 107 (42.19% from 255 or 19.53% from 548); Green value is 188 (73.83% from 255 or 34.31% from 548); Blue value is 253 (99.22% from 255 or 46.17% from 548); Max value from RGB is 253 - color contains mainly: blue. Hex color #6BBCFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BBCFD is #944302. Grayscale: #AAAAAA. Windows color (decimal): -9716483 or 16628843. OLE color: 16628843.
HSL color Cylindrical-coordinate representation of color #6BBCFD: hue angle of 206.71º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BBCFD is Cyan = 0.58, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 107 | 188 | 253 | - |
| CMYK | 0.58 | 0.26 | 0 | 0.01 |
| HSL | 206.71º | 0.97% | 0.71% | - |
| HSV(B) | 206.71º | 0.58% | 0.99% | - |
| XYZ | 41.78 | 46.18 | 99.64 | - |
| YUV | 171.19 | 174.16 | 82.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 188 | 253 | 0.58 | 0.26 | 0 | 0.01 | 206.71 | 0.97 | 0.71 |
| Hex | 6B | BC | FD | 3A | 1A | 0 | 1 | CF | 61 | 47 |
| Octal | 153 | 274 | 375 | 72 | 32 | 0 | 1 | 317 | 141 | 107 |
| Binary | 1101011 | 10111100 | 11111101 | 111010 | 11010 | 0 | 1 | 11001111 | 1100001 | 1000111 |
Color Harmonies of #6BBCFD
Complementary color
Monochromatic Colors of #6BBCFD
Black with #6BBCFD
Text Example
Text Example
White with #6BBCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BBCFD; }
p { color: rgb(107,188,253); }
H1.HeaderClassName
{
color: #6BBCFD;
}
.AnyTagClassName
{
color: #6BBCFD;
}
</style>
background-color css
<style>
a { background-color: #6BBCFD; }
a { background-color: rgb(107,188,253); }
div.DivClassName
{
background-color: #6BBCFD;
}
.BgClassName
{
background-color: #6BBCFD;
}
</style>
border-color css
<style>
span { border-color: #6BBCFD; }
span { border-color: rgb(107,188,253); }
td.TdClassName
{
border-color: #6BBCFD;
}
.TagClassName
{
border-color: #6BBCFD;
}
</style>