Shades of Maya Blue #6BBCFB
Tints of Maya Blue #6BBCFB
RGB
CMYK
RGB Variations
Color information
#6BBCFB (or 0x6BBCFB) is known color: Maya Blue. HEX triplet: 6B, BC and FB. RGB value is (107,188,251). Sum of RGB (Red+Green+Blue) = 107+188+251=546 (72% of max value = 765). Red value is 107 (42.19% from 255 or 19.60% from 546); Green value is 188 (73.83% from 255 or 34.43% from 546); Blue value is 251 (98.44% from 255 or 45.97% from 546); Max value from RGB is 251 - color contains mainly: blue. Hex color #6BBCFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BBCFB is #944304. Grayscale: #AAAAAA. Windows color (decimal): -9716485 or 16497771. OLE color: 16497771.
HSL color Cylindrical-coordinate representation of color #6BBCFB: hue angle of 206.25º 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 #6BBCFB is Cyan = 0.57, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 107 | 188 | 251 | - |
| CMYK | 0.57 | 0.25 | 0 | 0.02 |
| HSL | 206.25º | 0.95% | 0.7% | - |
| HSV(B) | 206.25º | 0.57% | 0.98% | - |
| XYZ | 41.46 | 46.06 | 97.97 | - |
| YUV | 170.96 | 173.16 | 82.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 188 | 251 | 0.57 | 0.25 | 0 | 0.02 | 206.25 | 0.95 | 0.7 |
| Hex | 6B | BC | FB | 39 | 19 | 0 | 2 | CE | 5F | 46 |
| Octal | 153 | 274 | 373 | 71 | 31 | 0 | 2 | 316 | 137 | 106 |
| Binary | 1101011 | 10111100 | 11111011 | 111001 | 11001 | 0 | 10 | 11001110 | 1011111 | 1000110 |
Color Harmonies of #6BBCFB
Complementary color
Monochromatic Colors of #6BBCFB
Black with #6BBCFB
Text Example
Text Example
White with #6BBCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BBCFB; }
p { color: rgb(107,188,251); }
H1.HeaderClassName
{
color: #6BBCFB;
}
.AnyTagClassName
{
color: #6BBCFB;
}
</style>
background-color css
<style>
a { background-color: #6BBCFB; }
a { background-color: rgb(107,188,251); }
div.DivClassName
{
background-color: #6BBCFB;
}
.BgClassName
{
background-color: #6BBCFB;
}
</style>
border-color css
<style>
span { border-color: #6BBCFB; }
span { border-color: rgb(107,188,251); }
td.TdClassName
{
border-color: #6BBCFB;
}
.TagClassName
{
border-color: #6BBCFB;
}
</style>