Shades of Maya Blue #6FADFD
Tints of Maya Blue #6FADFD
RGB
CMYK
RGB Variations
Color information
#6FADFD (or 0x6FADFD) is known color: Maya Blue. HEX triplet: 6F, AD and FD. RGB value is (111,173,253). Sum of RGB (Red+Green+Blue) = 111+173+253=537 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.67% from 537); Green value is 173 (67.97% from 255 or 32.22% from 537); Blue value is 253 (99.22% from 255 or 47.11% from 537); Max value from RGB is 253 - color contains mainly: blue. Hex color #6FADFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6FADFD is #905202. Grayscale: #A3A3A3. Windows color (decimal): -9458179 or 16625007. OLE color: 16625007.
HSL color Cylindrical-coordinate representation of color #6FADFD: hue angle of 213.8º 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 #6FADFD is Cyan = 0.56, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 111 | 173 | 253 | - |
| CMYK | 0.56 | 0.32 | 0 | 0.01 |
| HSL | 213.8º | 0.97% | 0.71% | - |
| HSV(B) | 213.8º | 0.56% | 0.99% | - |
| XYZ | 39.23 | 40.36 | 98.65 | - |
| YUV | 163.58 | 178.46 | 90.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 173 | 253 | 0.56 | 0.32 | 0 | 0.01 | 213.8 | 0.97 | 0.71 |
| Hex | 6F | AD | FD | 38 | 20 | 0 | 1 | D6 | 61 | 47 |
| Octal | 157 | 255 | 375 | 70 | 40 | 0 | 1 | 326 | 141 | 107 |
| Binary | 1101111 | 10101101 | 11111101 | 111000 | 100000 | 0 | 1 | 11010110 | 1100001 | 1000111 |
Color Harmonies of #6FADFD
Complementary color
Monochromatic Colors of #6FADFD
Black with #6FADFD
Text Example
Text Example
White with #6FADFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FADFD; }
p { color: rgb(111,173,253); }
H1.HeaderClassName
{
color: #6FADFD;
}
.AnyTagClassName
{
color: #6FADFD;
}
</style>
background-color css
<style>
a { background-color: #6FADFD; }
a { background-color: rgb(111,173,253); }
div.DivClassName
{
background-color: #6FADFD;
}
.BgClassName
{
background-color: #6FADFD;
}
</style>
border-color css
<style>
span { border-color: #6FADFD; }
span { border-color: rgb(111,173,253); }
td.TdClassName
{
border-color: #6FADFD;
}
.TagClassName
{
border-color: #6FADFD;
}
</style>