Shades of Maya Blue #6BBCEF
Tints of Maya Blue #6BBCEF
RGB
CMYK
RGB Variations
Color information
#6BBCEF (or 0x6BBCEF) is known color: Maya Blue. HEX triplet: 6B, BC and EF. RGB value is (107,188,239). Sum of RGB (Red+Green+Blue) = 107+188+239=534 (70% of max value = 765). Red value is 107 (42.19% from 255 or 20.04% from 534); Green value is 188 (73.83% from 255 or 35.21% from 534); Blue value is 239 (93.75% from 255 or 44.76% from 534); Max value from RGB is 239 - color contains mainly: blue. Hex color #6BBCEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BBCEF is #944310. Grayscale: #A9A9A9. Windows color (decimal): -9716497 or 15711339. OLE color: 15711339.
HSL color Cylindrical-coordinate representation of color #6BBCEF: hue angle of 203.18º degrees, saturation: 0.8, 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 #6BBCEF is Cyan = 0.55, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 107 | 188 | 239 | - |
| CMYK | 0.55 | 0.21 | 0 | 0.06 |
| HSL | 203.18º | 0.8% | 0.68% | - |
| HSV(B) | 203.18º | 0.55% | 0.94% | - |
| XYZ | 39.63 | 45.32 | 88.32 | - |
| YUV | 169.6 | 167.16 | 83.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 188 | 239 | 0.55 | 0.21 | 0 | 0.06 | 203.18 | 0.8 | 0.68 |
| Hex | 6B | BC | EF | 37 | 15 | 0 | 6 | CB | 50 | 44 |
| Octal | 153 | 274 | 357 | 67 | 25 | 0 | 6 | 313 | 120 | 104 |
| Binary | 1101011 | 10111100 | 11101111 | 110111 | 10101 | 0 | 110 | 11001011 | 1010000 | 1000100 |
Color Harmonies of #6BBCEF
Complementary color
Monochromatic Colors of #6BBCEF
Black with #6BBCEF
Text Example
Text Example
White with #6BBCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BBCEF; }
p { color: rgb(107,188,239); }
H1.HeaderClassName
{
color: #6BBCEF;
}
.AnyTagClassName
{
color: #6BBCEF;
}
</style>
background-color css
<style>
a { background-color: #6BBCEF; }
a { background-color: rgb(107,188,239); }
div.DivClassName
{
background-color: #6BBCEF;
}
.BgClassName
{
background-color: #6BBCEF;
}
</style>
border-color css
<style>
span { border-color: #6BBCEF; }
span { border-color: rgb(107,188,239); }
td.TdClassName
{
border-color: #6BBCEF;
}
.TagClassName
{
border-color: #6BBCEF;
}
</style>