Shades of Maya Blue #6FABFD
Tints of Maya Blue #6FABFD
RGB
CMYK
RGB Variations
Color information
#6FABFD (or 0x6FABFD) is known color: Maya Blue. HEX triplet: 6F, AB and FD. RGB value is (111,171,253). Sum of RGB (Red+Green+Blue) = 111+171+253=535 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.75% from 535); Green value is 171 (67.19% from 255 or 31.96% from 535); Blue value is 253 (99.22% from 255 or 47.29% from 535); Max value from RGB is 253 - color contains mainly: blue. Hex color #6FABFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6FABFD is #905402. Grayscale: #A2A2A2. Windows color (decimal): -9458691 or 16624495. OLE color: 16624495.
HSL color Cylindrical-coordinate representation of color #6FABFD: hue angle of 214.65º 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 #6FABFD is Cyan = 0.56, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 111 | 171 | 253 | - |
| CMYK | 0.56 | 0.32 | 0 | 0.01 |
| HSL | 214.65º | 0.97% | 0.71% | - |
| HSV(B) | 214.65º | 0.56% | 0.99% | - |
| XYZ | 38.85 | 39.6 | 98.52 | - |
| YUV | 162.41 | 179.12 | 91.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 171 | 253 | 0.56 | 0.32 | 0 | 0.01 | 214.65 | 0.97 | 0.71 |
| Hex | 6F | AB | FD | 38 | 20 | 0 | 1 | D7 | 61 | 47 |
| Octal | 157 | 253 | 375 | 70 | 40 | 0 | 1 | 327 | 141 | 107 |
| Binary | 1101111 | 10101011 | 11111101 | 111000 | 100000 | 0 | 1 | 11010111 | 1100001 | 1000111 |
Color Harmonies of #6FABFD
Complementary color
Monochromatic Colors of #6FABFD
Black with #6FABFD
Text Example
Text Example
White with #6FABFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FABFD; }
p { color: rgb(111,171,253); }
H1.HeaderClassName
{
color: #6FABFD;
}
.AnyTagClassName
{
color: #6FABFD;
}
</style>
background-color css
<style>
a { background-color: #6FABFD; }
a { background-color: rgb(111,171,253); }
div.DivClassName
{
background-color: #6FABFD;
}
.BgClassName
{
background-color: #6FABFD;
}
</style>
border-color css
<style>
span { border-color: #6FABFD; }
span { border-color: rgb(111,171,253); }
td.TdClassName
{
border-color: #6FABFD;
}
.TagClassName
{
border-color: #6FABFD;
}
</style>