Shades of Maya Blue #6BBBFF
Tints of Maya Blue #6BBBFF
RGB
CMYK
RGB Variations
Color information
#6BBBFF (or 0x6BBBFF) is known color: Maya Blue. HEX triplet: 6B, BB and FF. RGB value is (107,187,255). Sum of RGB (Red+Green+Blue) = 107+187+255=549 (72% of max value = 765). Red value is 107 (42.19% from 255 or 19.49% from 549); Green value is 187 (73.44% from 255 or 34.06% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #6BBBFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BBBFF is #944400. Grayscale: #AAAAAA. Windows color (decimal): -9716737 or 16759659. OLE color: 16759659.
HSL color Cylindrical-coordinate representation of color #6BBBFF: hue angle of 207.57º 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 #6BBBFF is Cyan = 0.58, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 107 | 187 | 255 | - |
| CMYK | 0.58 | 0.27 | 0 | 0 |
| HSL | 207.57º | 1% | 0.71% | - |
| HSV(B) | 207.57º | 0.58% | 1% | - |
| XYZ | 41.88 | 45.89 | 101.26 | - |
| YUV | 170.83 | 175.5 | 82.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 187 | 255 | 0.58 | 0.27 | 0 | 0 | 207.57 | 1 | 0.71 |
| Hex | 6B | BB | FF | 3A | 1B | 0 | 0 | D0 | 64 | 47 |
| Octal | 153 | 273 | 377 | 72 | 33 | 0 | 0 | 320 | 144 | 107 |
| Binary | 1101011 | 10111011 | 11111111 | 111010 | 11011 | 0 | 0 | 11010000 | 1100100 | 1000111 |
Color Harmonies of #6BBBFF
Complementary color
Monochromatic Colors of #6BBBFF
Black with #6BBBFF
Text Example
Text Example
White with #6BBBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BBBFF; }
p { color: rgb(107,187,255); }
H1.HeaderClassName
{
color: #6BBBFF;
}
.AnyTagClassName
{
color: #6BBBFF;
}
</style>
background-color css
<style>
a { background-color: #6BBBFF; }
a { background-color: rgb(107,187,255); }
div.DivClassName
{
background-color: #6BBBFF;
}
.BgClassName
{
background-color: #6BBBFF;
}
</style>
border-color css
<style>
span { border-color: #6BBBFF; }
span { border-color: rgb(107,187,255); }
td.TdClassName
{
border-color: #6BBBFF;
}
.TagClassName
{
border-color: #6BBBFF;
}
</style>