Shades of Maya Blue #6BBDF7
Tints of Maya Blue #6BBDF7
RGB
CMYK
RGB Variations
Color information
#6BBDF7 (or 0x6BBDF7) is known color: Maya Blue. HEX triplet: 6B, BD and F7. RGB value is (107,189,247). Sum of RGB (Red+Green+Blue) = 107+189+247=543 (71% of max value = 765). Red value is 107 (42.19% from 255 or 19.71% from 543); Green value is 189 (74.22% from 255 or 34.81% from 543); Blue value is 247 (96.88% from 255 or 45.49% from 543); Max value from RGB is 247 - color contains mainly: blue. Hex color #6BBDF7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BBDF7 is #944208. Grayscale: #AAAAAA. Windows color (decimal): -9716233 or 16235883. OLE color: 16235883.
HSL color Cylindrical-coordinate representation of color #6BBDF7: hue angle of 204.86º 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 #6BBDF7 is Cyan = 0.57, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 107 | 189 | 247 | - |
| CMYK | 0.57 | 0.23 | 0 | 0.03 |
| HSL | 204.86º | 0.9% | 0.69% | - |
| HSV(B) | 204.86º | 0.57% | 0.97% | - |
| XYZ | 41.05 | 46.24 | 94.76 | - |
| YUV | 171.09 | 170.83 | 82.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 189 | 247 | 0.57 | 0.23 | 0 | 0.03 | 204.86 | 0.9 | 0.69 |
| Hex | 6B | BD | F7 | 39 | 17 | 0 | 3 | CD | 5A | 45 |
| Octal | 153 | 275 | 367 | 71 | 27 | 0 | 3 | 315 | 132 | 105 |
| Binary | 1101011 | 10111101 | 11110111 | 111001 | 10111 | 0 | 11 | 11001101 | 1011010 | 1000101 |
Color Harmonies of #6BBDF7
Complementary color
Monochromatic Colors of #6BBDF7
Black with #6BBDF7
Text Example
Text Example
White with #6BBDF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BBDF7; }
p { color: rgb(107,189,247); }
H1.HeaderClassName
{
color: #6BBDF7;
}
.AnyTagClassName
{
color: #6BBDF7;
}
</style>
background-color css
<style>
a { background-color: #6BBDF7; }
a { background-color: rgb(107,189,247); }
div.DivClassName
{
background-color: #6BBDF7;
}
.BgClassName
{
background-color: #6BBDF7;
}
</style>
border-color css
<style>
span { border-color: #6BBDF7; }
span { border-color: rgb(107,189,247); }
td.TdClassName
{
border-color: #6BBDF7;
}
.TagClassName
{
border-color: #6BBDF7;
}
</style>