Shades of Maya Blue #6BC5FD
Tints of Maya Blue #6BC5FD
RGB
CMYK
RGB Variations
Color information
#6BC5FD (or 0x6BC5FD) is known color: Maya Blue. HEX triplet: 6B, C5 and FD. RGB value is (107,197,253). Sum of RGB (Red+Green+Blue) = 107+197+253=557 (73% of max value = 765). Red value is 107 (42.19% from 255 or 19.21% from 557); Green value is 197 (77.34% from 255 or 35.37% from 557); Blue value is 253 (99.22% from 255 or 45.42% from 557); Max value from RGB is 253 - color contains mainly: blue. Hex color #6BC5FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BC5FD is #943A02. Grayscale: #B0B0B0. Windows color (decimal): -9714179 or 16631147. OLE color: 16631147.
HSL color Cylindrical-coordinate representation of color #6BC5FD: hue angle of 203.01º 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 #6BC5FD is Cyan = 0.58, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 107 | 197 | 253 | - |
| CMYK | 0.58 | 0.22 | 0 | 0.01 |
| HSL | 203.01º | 0.97% | 0.71% | - |
| HSV(B) | 203.01º | 0.58% | 0.99% | - |
| XYZ | 43.76 | 50.15 | 100.3 | - |
| YUV | 176.47 | 171.18 | 78.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 197 | 253 | 0.58 | 0.22 | 0 | 0.01 | 203.01 | 0.97 | 0.71 |
| Hex | 6B | C5 | FD | 3A | 16 | 0 | 1 | CB | 61 | 47 |
| Octal | 153 | 305 | 375 | 72 | 26 | 0 | 1 | 313 | 141 | 107 |
| Binary | 1101011 | 11000101 | 11111101 | 111010 | 10110 | 0 | 1 | 11001011 | 1100001 | 1000111 |
Color Harmonies of #6BC5FD
Complementary color
Monochromatic Colors of #6BC5FD
Black with #6BC5FD
Text Example
Text Example
White with #6BC5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BC5FD; }
p { color: rgb(107,197,253); }
H1.HeaderClassName
{
color: #6BC5FD;
}
.AnyTagClassName
{
color: #6BC5FD;
}
</style>
background-color css
<style>
a { background-color: #6BC5FD; }
a { background-color: rgb(107,197,253); }
div.DivClassName
{
background-color: #6BC5FD;
}
.BgClassName
{
background-color: #6BC5FD;
}
</style>
border-color css
<style>
span { border-color: #6BC5FD; }
span { border-color: rgb(107,197,253); }
td.TdClassName
{
border-color: #6BC5FD;
}
.TagClassName
{
border-color: #6BC5FD;
}
</style>