Shades of Maya Blue #6BBCF0
Tints of Maya Blue #6BBCF0
RGB
CMYK
RGB Variations
Color information
#6BBCF0 (or 0x6BBCF0) is known color: Maya Blue. HEX triplet: 6B, BC and F0. RGB value is (107,188,240). Sum of RGB (Red+Green+Blue) = 107+188+240=535 (70% of max value = 765). Red value is 107 (42.19% from 255 or 20% from 535); Green value is 188 (73.83% from 255 or 35.14% from 535); Blue value is 240 (94.14% from 255 or 44.86% from 535); Max value from RGB is 240 - color contains mainly: blue. Hex color #6BBCF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BBCF0 is #94430F. Grayscale: #A9A9A9. Windows color (decimal): -9716496 or 15776875. OLE color: 15776875.
HSL color Cylindrical-coordinate representation of color #6BBCF0: hue angle of 203.46º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6BBCF0 is Cyan = 0.55, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 107 | 188 | 240 | - |
| CMYK | 0.55 | 0.22 | 0 | 0.06 |
| HSL | 203.46º | 0.82% | 0.68% | - |
| HSV(B) | 203.46º | 0.55% | 0.94% | - |
| XYZ | 39.77 | 45.38 | 89.1 | - |
| YUV | 169.71 | 167.66 | 83.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 188 | 240 | 0.55 | 0.22 | 0 | 0.06 | 203.46 | 0.82 | 0.68 |
| Hex | 6B | BC | F0 | 37 | 16 | 0 | 6 | CB | 52 | 44 |
| Octal | 153 | 274 | 360 | 67 | 26 | 0 | 6 | 313 | 122 | 104 |
| Binary | 1101011 | 10111100 | 11110000 | 110111 | 10110 | 0 | 110 | 11001011 | 1010010 | 1000100 |
Color Harmonies of #6BBCF0
Complementary color
Monochromatic Colors of #6BBCF0
Black with #6BBCF0
Text Example
Text Example
White with #6BBCF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BBCF0; }
p { color: rgb(107,188,240); }
H1.HeaderClassName
{
color: #6BBCF0;
}
.AnyTagClassName
{
color: #6BBCF0;
}
</style>
background-color css
<style>
a { background-color: #6BBCF0; }
a { background-color: rgb(107,188,240); }
div.DivClassName
{
background-color: #6BBCF0;
}
.BgClassName
{
background-color: #6BBCF0;
}
</style>
border-color css
<style>
span { border-color: #6BBCF0; }
span { border-color: rgb(107,188,240); }
td.TdClassName
{
border-color: #6BBCF0;
}
.TagClassName
{
border-color: #6BBCF0;
}
</style>