Shades of Maya Blue #6FC9FE
Tints of Maya Blue #6FC9FE
RGB
CMYK
RGB Variations
Color information
#6FC9FE (or 0x6FC9FE) is known color: Maya Blue. HEX triplet: 6F, C9 and FE. RGB value is (111,201,254). Sum of RGB (Red+Green+Blue) = 111+201+254=566 (74% of max value = 765). Red value is 111 (43.75% from 255 or 19.61% from 566); Green value is 201 (78.91% from 255 or 35.51% from 566); Blue value is 254 (99.61% from 255 or 44.88% from 566); Max value from RGB is 254 - color contains mainly: blue. Hex color #6FC9FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FC9FE is #903601. Grayscale: #B3B3B3. Windows color (decimal): -9451010 or 16697711. OLE color: 16697711.
HSL color Cylindrical-coordinate representation of color #6FC9FE: hue angle of 202.24º 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 #6FC9FE is Cyan = 0.56, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 111 | 201 | 254 | - |
| CMYK | 0.56 | 0.21 | 0 | 0.00 |
| HSL | 202.24º | 0.99% | 0.72% | - |
| HSV(B) | 202.24º | 0.56% | 1% | - |
| XYZ | 45.33 | 52.31 | 101.47 | - |
| YUV | 180.13 | 169.68 | 78.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 201 | 254 | 0.56 | 0.21 | 0 | 0.00 | 202.24 | 0.99 | 0.72 |
| Hex | 6F | C9 | FE | 38 | 15 | 0 | 0 | CA | 63 | 48 |
| Octal | 157 | 311 | 376 | 70 | 25 | 0 | 0 | 312 | 143 | 110 |
| Binary | 1101111 | 11001001 | 11111110 | 111000 | 10101 | 0 | 0 | 11001010 | 1100011 | 1001000 |
Color Harmonies of #6FC9FE
Complementary color
Monochromatic Colors of #6FC9FE
Black with #6FC9FE
Text Example
Text Example
White with #6FC9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FC9FE; }
p { color: rgb(111,201,254); }
H1.HeaderClassName
{
color: #6FC9FE;
}
.AnyTagClassName
{
color: #6FC9FE;
}
</style>
background-color css
<style>
a { background-color: #6FC9FE; }
a { background-color: rgb(111,201,254); }
div.DivClassName
{
background-color: #6FC9FE;
}
.BgClassName
{
background-color: #6FC9FE;
}
</style>
border-color css
<style>
span { border-color: #6FC9FE; }
span { border-color: rgb(111,201,254); }
td.TdClassName
{
border-color: #6FC9FE;
}
.TagClassName
{
border-color: #6FC9FE;
}
</style>