Shades of Maya Blue #6BBCFF
Tints of Maya Blue #6BBCFF
RGB
CMYK
RGB Variations
Color information
#6BBCFF (or 0x6BBCFF) is known color: Maya Blue. HEX triplet: 6B, BC and FF. RGB value is (107,188,255). Sum of RGB (Red+Green+Blue) = 107+188+255=550 (72% of max value = 765). Red value is 107 (42.19% from 255 or 19.45% from 550); Green value is 188 (73.83% from 255 or 34.18% from 550); Blue value is 255 (100% from 255 or 46.36% from 550); Max value from RGB is 255 - color contains mainly: blue. Hex color #6BBCFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BBCFF is #944300. Grayscale: #ABABAB. Windows color (decimal): -9716481 or 16759915. OLE color: 16759915.
HSL color Cylindrical-coordinate representation of color #6BBCFF: hue angle of 207.16º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BBCFF is Cyan = 0.58, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 107 | 188 | 255 | - |
| CMYK | 0.58 | 0.26 | 0 | 0 |
| HSL | 207.16º | 1% | 0.71% | - |
| HSV(B) | 207.16º | 0.58% | 1% | - |
| XYZ | 42.1 | 46.31 | 101.33 | - |
| YUV | 171.42 | 175.16 | 82.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 188 | 255 | 0.58 | 0.26 | 0 | 0 | 207.16 | 1 | 0.71 |
| Hex | 6B | BC | FF | 3A | 1A | 0 | 0 | CF | 64 | 47 |
| Octal | 153 | 274 | 377 | 72 | 32 | 0 | 0 | 317 | 144 | 107 |
| Binary | 1101011 | 10111100 | 11111111 | 111010 | 11010 | 0 | 0 | 11001111 | 1100100 | 1000111 |
Color Harmonies of #6BBCFF
Complementary color
Monochromatic Colors of #6BBCFF
Black with #6BBCFF
Text Example
Text Example
White with #6BBCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BBCFF; }
p { color: rgb(107,188,255); }
H1.HeaderClassName
{
color: #6BBCFF;
}
.AnyTagClassName
{
color: #6BBCFF;
}
</style>
background-color css
<style>
a { background-color: #6BBCFF; }
a { background-color: rgb(107,188,255); }
div.DivClassName
{
background-color: #6BBCFF;
}
.BgClassName
{
background-color: #6BBCFF;
}
</style>
border-color css
<style>
span { border-color: #6BBCFF; }
span { border-color: rgb(107,188,255); }
td.TdClassName
{
border-color: #6BBCFF;
}
.TagClassName
{
border-color: #6BBCFF;
}
</style>