Shades of Maya Blue #6FBEFD
Tints of Maya Blue #6FBEFD
RGB
CMYK
RGB Variations
Color information
#6FBEFD (or 0x6FBEFD) is known color: Maya Blue. HEX triplet: 6F, BE and FD. RGB value is (111,190,253). Sum of RGB (Red+Green+Blue) = 111+190+253=554 (73% of max value = 765). Red value is 111 (43.75% from 255 or 20.04% from 554); Green value is 190 (74.61% from 255 or 34.30% from 554); Blue value is 253 (99.22% from 255 or 45.67% from 554); Max value from RGB is 253 - color contains mainly: blue. Hex color #6FBEFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FBEFD is #904102. Grayscale: #ADADAD. Windows color (decimal): -9453827 or 16629359. OLE color: 16629359.
HSL color Cylindrical-coordinate representation of color #6FBEFD: hue angle of 206.62º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FBEFD is Cyan = 0.56, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 111 | 190 | 253 | - |
| CMYK | 0.56 | 0.25 | 0 | 0.01 |
| HSL | 206.62º | 0.97% | 0.71% | - |
| HSV(B) | 206.62º | 0.56% | 0.99% | - |
| XYZ | 42.7 | 47.3 | 99.81 | - |
| YUV | 173.56 | 172.83 | 83.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 190 | 253 | 0.56 | 0.25 | 0 | 0.01 | 206.62 | 0.97 | 0.71 |
| Hex | 6F | BE | FD | 38 | 19 | 0 | 1 | CF | 61 | 47 |
| Octal | 157 | 276 | 375 | 70 | 31 | 0 | 1 | 317 | 141 | 107 |
| Binary | 1101111 | 10111110 | 11111101 | 111000 | 11001 | 0 | 1 | 11001111 | 1100001 | 1000111 |
Color Harmonies of #6FBEFD
Complementary color
Monochromatic Colors of #6FBEFD
Black with #6FBEFD
Text Example
Text Example
White with #6FBEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBEFD; }
p { color: rgb(111,190,253); }
H1.HeaderClassName
{
color: #6FBEFD;
}
.AnyTagClassName
{
color: #6FBEFD;
}
</style>
background-color css
<style>
a { background-color: #6FBEFD; }
a { background-color: rgb(111,190,253); }
div.DivClassName
{
background-color: #6FBEFD;
}
.BgClassName
{
background-color: #6FBEFD;
}
</style>
border-color css
<style>
span { border-color: #6FBEFD; }
span { border-color: rgb(111,190,253); }
td.TdClassName
{
border-color: #6FBEFD;
}
.TagClassName
{
border-color: #6FBEFD;
}
</style>