Shades of Maya Blue #6BC7FB
Tints of Maya Blue #6BC7FB
RGB
CMYK
RGB Variations
Color information
#6BC7FB (or 0x6BC7FB) is known color: Maya Blue. HEX triplet: 6B, C7 and FB. RGB value is (107,199,251). Sum of RGB (Red+Green+Blue) = 107+199+251=557 (73% of max value = 765). Red value is 107 (42.19% from 255 or 19.21% from 557); Green value is 199 (78.12% from 255 or 35.73% from 557); Blue value is 251 (98.44% from 255 or 45.06% from 557); Max value from RGB is 251 - color contains mainly: blue. Hex color #6BC7FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BC7FB is #943804. Grayscale: #B1B1B1. Windows color (decimal): -9713669 or 16500587. OLE color: 16500587.
HSL color Cylindrical-coordinate representation of color #6BC7FB: hue angle of 201.67º 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 #6BC7FB is Cyan = 0.57, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 107 | 199 | 251 | - |
| CMYK | 0.57 | 0.21 | 0 | 0.02 |
| HSL | 201.67º | 0.95% | 0.7% | - |
| HSV(B) | 201.67º | 0.57% | 0.98% | - |
| XYZ | 43.9 | 50.94 | 98.79 | - |
| YUV | 177.42 | 169.52 | 77.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 199 | 251 | 0.57 | 0.21 | 0 | 0.02 | 201.67 | 0.95 | 0.7 |
| Hex | 6B | C7 | FB | 39 | 15 | 0 | 2 | CA | 5F | 46 |
| Octal | 153 | 307 | 373 | 71 | 25 | 0 | 2 | 312 | 137 | 106 |
| Binary | 1101011 | 11000111 | 11111011 | 111001 | 10101 | 0 | 10 | 11001010 | 1011111 | 1000110 |
Color Harmonies of #6BC7FB
Complementary color
Monochromatic Colors of #6BC7FB
Black with #6BC7FB
Text Example
Text Example
White with #6BC7FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BC7FB; }
p { color: rgb(107,199,251); }
H1.HeaderClassName
{
color: #6BC7FB;
}
.AnyTagClassName
{
color: #6BC7FB;
}
</style>
background-color css
<style>
a { background-color: #6BC7FB; }
a { background-color: rgb(107,199,251); }
div.DivClassName
{
background-color: #6BC7FB;
}
.BgClassName
{
background-color: #6BC7FB;
}
</style>
border-color css
<style>
span { border-color: #6BC7FB; }
span { border-color: rgb(107,199,251); }
td.TdClassName
{
border-color: #6BC7FB;
}
.TagClassName
{
border-color: #6BC7FB;
}
</style>