Shades of Maya Blue #6BCDF7
Tints of Maya Blue #6BCDF7
RGB
CMYK
RGB Variations
Color information
#6BCDF7 (or 0x6BCDF7) is known color: Maya Blue. HEX triplet: 6B, CD and F7. RGB value is (107,205,247). Sum of RGB (Red+Green+Blue) = 107+205+247=559 (74% of max value = 765). Red value is 107 (42.19% from 255 or 19.14% from 559); Green value is 205 (80.47% from 255 or 36.67% from 559); Blue value is 247 (96.88% from 255 or 44.19% from 559); Max value from RGB is 247 - color contains mainly: blue. Hex color #6BCDF7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BCDF7 is #943208. Grayscale: #B4B4B4. Windows color (decimal): -9712137 or 16239979. OLE color: 16239979.
HSL color Cylindrical-coordinate representation of color #6BCDF7: hue angle of 198º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6BCDF7 is Cyan = 0.57, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 107 | 205 | 247 | - |
| CMYK | 0.57 | 0.17 | 0 | 0.03 |
| HSL | 198º | 0.9% | 0.69% | - |
| HSV(B) | 198º | 0.57% | 0.97% | - |
| XYZ | 44.68 | 53.5 | 95.97 | - |
| YUV | 180.49 | 165.53 | 75.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 205 | 247 | 0.57 | 0.17 | 0 | 0.03 | 198 | 0.9 | 0.69 |
| Hex | 6B | CD | F7 | 39 | 11 | 0 | 3 | C6 | 5A | 45 |
| Octal | 153 | 315 | 367 | 71 | 21 | 0 | 3 | 306 | 132 | 105 |
| Binary | 1101011 | 11001101 | 11110111 | 111001 | 10001 | 0 | 11 | 11000110 | 1011010 | 1000101 |
Color Harmonies of #6BCDF7
Complementary color
Monochromatic Colors of #6BCDF7
Black with #6BCDF7
Text Example
Text Example
White with #6BCDF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCDF7; }
p { color: rgb(107,205,247); }
H1.HeaderClassName
{
color: #6BCDF7;
}
.AnyTagClassName
{
color: #6BCDF7;
}
</style>
background-color css
<style>
a { background-color: #6BCDF7; }
a { background-color: rgb(107,205,247); }
div.DivClassName
{
background-color: #6BCDF7;
}
.BgClassName
{
background-color: #6BCDF7;
}
</style>
border-color css
<style>
span { border-color: #6BCDF7; }
span { border-color: rgb(107,205,247); }
td.TdClassName
{
border-color: #6BCDF7;
}
.TagClassName
{
border-color: #6BCDF7;
}
</style>