Shades of Maya Blue #6BC0FB
Tints of Maya Blue #6BC0FB
RGB
CMYK
RGB Variations
Color information
#6BC0FB (or 0x6BC0FB) is known color: Maya Blue. HEX triplet: 6B, C0 and FB. RGB value is (107,192,251). Sum of RGB (Red+Green+Blue) = 107+192+251=550 (72% of max value = 765). Red value is 107 (42.19% from 255 or 19.45% from 550); Green value is 192 (75.39% from 255 or 34.91% from 550); Blue value is 251 (98.44% from 255 or 45.64% from 550); Max value from RGB is 251 - color contains mainly: blue. Hex color #6BC0FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BC0FB is #943F04. Grayscale: #ACACAC. Windows color (decimal): -9715461 or 16498795. OLE color: 16498795.
HSL color Cylindrical-coordinate representation of color #6BC0FB: hue angle of 204.58º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6BC0FB is Cyan = 0.57, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 107 | 192 | 251 | - |
| CMYK | 0.57 | 0.24 | 0 | 0.02 |
| HSL | 204.58º | 0.95% | 0.7% | - |
| HSV(B) | 204.58º | 0.57% | 0.98% | - |
| XYZ | 42.33 | 47.79 | 98.26 | - |
| YUV | 173.31 | 171.84 | 80.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 192 | 251 | 0.57 | 0.24 | 0 | 0.02 | 204.58 | 0.95 | 0.7 |
| Hex | 6B | C0 | FB | 39 | 18 | 0 | 2 | CD | 5F | 46 |
| Octal | 153 | 300 | 373 | 71 | 30 | 0 | 2 | 315 | 137 | 106 |
| Binary | 1101011 | 11000000 | 11111011 | 111001 | 11000 | 0 | 10 | 11001101 | 1011111 | 1000110 |
Color Harmonies of #6BC0FB
Complementary color
Monochromatic Colors of #6BC0FB
Black with #6BC0FB
Text Example
Text Example
White with #6BC0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BC0FB; }
p { color: rgb(107,192,251); }
H1.HeaderClassName
{
color: #6BC0FB;
}
.AnyTagClassName
{
color: #6BC0FB;
}
</style>
background-color css
<style>
a { background-color: #6BC0FB; }
a { background-color: rgb(107,192,251); }
div.DivClassName
{
background-color: #6BC0FB;
}
.BgClassName
{
background-color: #6BC0FB;
}
</style>
border-color css
<style>
span { border-color: #6BC0FB; }
span { border-color: rgb(107,192,251); }
td.TdClassName
{
border-color: #6BC0FB;
}
.TagClassName
{
border-color: #6BC0FB;
}
</style>