Shades of Maya Blue #6FADFE
Tints of Maya Blue #6FADFE
RGB
CMYK
RGB Variations
Color information
#6FADFE (or 0x6FADFE) is known color: Maya Blue. HEX triplet: 6F, AD and FE. RGB value is (111,173,254). Sum of RGB (Red+Green+Blue) = 111+173+254=538 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.63% from 538); Green value is 173 (67.97% from 255 or 32.16% from 538); Blue value is 254 (99.61% from 255 or 47.21% from 538); Max value from RGB is 254 - color contains mainly: blue. Hex color #6FADFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6FADFE is #905201. Grayscale: #A3A3A3. Windows color (decimal): -9458178 or 16690543. OLE color: 16690543.
HSL color Cylindrical-coordinate representation of color #6FADFE: hue angle of 213.99º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FADFE is Cyan = 0.56, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 111 | 173 | 254 | - |
| CMYK | 0.56 | 0.32 | 0 | 0.00 |
| HSL | 213.99º | 0.99% | 0.72% | - |
| HSV(B) | 213.99º | 0.56% | 1% | - |
| XYZ | 39.39 | 40.42 | 99.49 | - |
| YUV | 163.7 | 178.96 | 90.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 173 | 254 | 0.56 | 0.32 | 0 | 0.00 | 213.99 | 0.99 | 0.72 |
| Hex | 6F | AD | FE | 38 | 20 | 0 | 0 | D6 | 63 | 48 |
| Octal | 157 | 255 | 376 | 70 | 40 | 0 | 0 | 326 | 143 | 110 |
| Binary | 1101111 | 10101101 | 11111110 | 111000 | 100000 | 0 | 0 | 11010110 | 1100011 | 1001000 |
Color Harmonies of #6FADFE
Complementary color
Monochromatic Colors of #6FADFE
Black with #6FADFE
Text Example
Text Example
White with #6FADFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FADFE; }
p { color: rgb(111,173,254); }
H1.HeaderClassName
{
color: #6FADFE;
}
.AnyTagClassName
{
color: #6FADFE;
}
</style>
background-color css
<style>
a { background-color: #6FADFE; }
a { background-color: rgb(111,173,254); }
div.DivClassName
{
background-color: #6FADFE;
}
.BgClassName
{
background-color: #6FADFE;
}
</style>
border-color css
<style>
span { border-color: #6FADFE; }
span { border-color: rgb(111,173,254); }
td.TdClassName
{
border-color: #6FADFE;
}
.TagClassName
{
border-color: #6FADFE;
}
</style>