Shades of Maya Blue #6BBEFD
Tints of Maya Blue #6BBEFD
RGB
CMYK
RGB Variations
Color information
#6BBEFD (or 0x6BBEFD) is known color: Maya Blue. HEX triplet: 6B, BE and FD. RGB value is (107,190,253). Sum of RGB (Red+Green+Blue) = 107+190+253=550 (72% of max value = 765). Red value is 107 (42.19% from 255 or 19.45% from 550); Green value is 190 (74.61% from 255 or 34.55% from 550); Blue value is 253 (99.22% from 255 or 46% from 550); Max value from RGB is 253 - color contains mainly: blue. Hex color #6BBEFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BBEFD is #944102. Grayscale: #ACACAC. Windows color (decimal): -9715971 or 16629355. OLE color: 16629355.
HSL color Cylindrical-coordinate representation of color #6BBEFD: hue angle of 205.89º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BBEFD is Cyan = 0.58, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 107 | 190 | 253 | - |
| CMYK | 0.58 | 0.25 | 0 | 0.01 |
| HSL | 205.89º | 0.97% | 0.71% | - |
| HSV(B) | 205.89º | 0.58% | 0.99% | - |
| XYZ | 42.21 | 47.04 | 99.78 | - |
| YUV | 172.37 | 173.5 | 81.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 190 | 253 | 0.58 | 0.25 | 0 | 0.01 | 205.89 | 0.97 | 0.71 |
| Hex | 6B | BE | FD | 3A | 19 | 0 | 1 | CE | 61 | 47 |
| Octal | 153 | 276 | 375 | 72 | 31 | 0 | 1 | 316 | 141 | 107 |
| Binary | 1101011 | 10111110 | 11111101 | 111010 | 11001 | 0 | 1 | 11001110 | 1100001 | 1000111 |
Color Harmonies of #6BBEFD
Complementary color
Monochromatic Colors of #6BBEFD
Black with #6BBEFD
Text Example
Text Example
White with #6BBEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BBEFD; }
p { color: rgb(107,190,253); }
H1.HeaderClassName
{
color: #6BBEFD;
}
.AnyTagClassName
{
color: #6BBEFD;
}
</style>
background-color css
<style>
a { background-color: #6BBEFD; }
a { background-color: rgb(107,190,253); }
div.DivClassName
{
background-color: #6BBEFD;
}
.BgClassName
{
background-color: #6BBEFD;
}
</style>
border-color css
<style>
span { border-color: #6BBEFD; }
span { border-color: rgb(107,190,253); }
td.TdClassName
{
border-color: #6BBEFD;
}
.TagClassName
{
border-color: #6BBEFD;
}
</style>