Shades of Maya Blue #6FADFC
Tints of Maya Blue #6FADFC
RGB
CMYK
RGB Variations
Color information
#6FADFC (or 0x6FADFC) is known color: Maya Blue. HEX triplet: 6F, AD and FC. RGB value is (111,173,252). Sum of RGB (Red+Green+Blue) = 111+173+252=536 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.71% from 536); Green value is 173 (67.97% from 255 or 32.28% from 536); Blue value is 252 (98.83% from 255 or 47.01% from 536); Max value from RGB is 252 - color contains mainly: blue. Hex color #6FADFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6FADFC is #905203. Grayscale: #A3A3A3. Windows color (decimal): -9458180 or 16559471. OLE color: 16559471.
HSL color Cylindrical-coordinate representation of color #6FADFC: hue angle of 213.62º degrees, saturation: 0.96, 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 #6FADFC is Cyan = 0.56, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 111 | 173 | 252 | - |
| CMYK | 0.56 | 0.31 | 0 | 0.01 |
| HSL | 213.62º | 0.96% | 0.71% | - |
| HSV(B) | 213.62º | 0.56% | 0.99% | - |
| XYZ | 39.07 | 40.29 | 97.81 | - |
| YUV | 163.47 | 177.96 | 90.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 173 | 252 | 0.56 | 0.31 | 0 | 0.01 | 213.62 | 0.96 | 0.71 |
| Hex | 6F | AD | FC | 38 | 1F | 0 | 1 | D6 | 60 | 47 |
| Octal | 157 | 255 | 374 | 70 | 37 | 0 | 1 | 326 | 140 | 107 |
| Binary | 1101111 | 10101101 | 11111100 | 111000 | 11111 | 0 | 1 | 11010110 | 1100000 | 1000111 |
Color Harmonies of #6FADFC
Complementary color
Monochromatic Colors of #6FADFC
Black with #6FADFC
Text Example
Text Example
White with #6FADFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FADFC; }
p { color: rgb(111,173,252); }
H1.HeaderClassName
{
color: #6FADFC;
}
.AnyTagClassName
{
color: #6FADFC;
}
</style>
background-color css
<style>
a { background-color: #6FADFC; }
a { background-color: rgb(111,173,252); }
div.DivClassName
{
background-color: #6FADFC;
}
.BgClassName
{
background-color: #6FADFC;
}
</style>
border-color css
<style>
span { border-color: #6FADFC; }
span { border-color: rgb(111,173,252); }
td.TdClassName
{
border-color: #6FADFC;
}
.TagClassName
{
border-color: #6FADFC;
}
</style>