Shades of Maya Blue #6FC2FD
Tints of Maya Blue #6FC2FD
RGB
CMYK
RGB Variations
Color information
#6FC2FD (or 0x6FC2FD) is known color: Maya Blue. HEX triplet: 6F, C2 and FD. RGB value is (111,194,253). Sum of RGB (Red+Green+Blue) = 111+194+253=558 (73% of max value = 765). Red value is 111 (43.75% from 255 or 19.89% from 558); Green value is 194 (76.17% from 255 or 34.77% from 558); Blue value is 253 (99.22% from 255 or 45.34% from 558); Max value from RGB is 253 - color contains mainly: blue. Hex color #6FC2FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FC2FD is #903D02. Grayscale: #AFAFAF. Windows color (decimal): -9452803 or 16630383. OLE color: 16630383.
HSL color Cylindrical-coordinate representation of color #6FC2FD: hue angle of 204.93º 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 #6FC2FD is Cyan = 0.56, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 111 | 194 | 253 | - |
| CMYK | 0.56 | 0.23 | 0 | 0.01 |
| HSL | 204.93º | 0.97% | 0.71% | - |
| HSV(B) | 204.93º | 0.56% | 0.99% | - |
| XYZ | 43.58 | 49.05 | 100.1 | - |
| YUV | 175.91 | 171.5 | 81.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 194 | 253 | 0.56 | 0.23 | 0 | 0.01 | 204.93 | 0.97 | 0.71 |
| Hex | 6F | C2 | FD | 38 | 17 | 0 | 1 | CD | 61 | 47 |
| Octal | 157 | 302 | 375 | 70 | 27 | 0 | 1 | 315 | 141 | 107 |
| Binary | 1101111 | 11000010 | 11111101 | 111000 | 10111 | 0 | 1 | 11001101 | 1100001 | 1000111 |
Color Harmonies of #6FC2FD
Complementary color
Monochromatic Colors of #6FC2FD
Black with #6FC2FD
Text Example
Text Example
White with #6FC2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FC2FD; }
p { color: rgb(111,194,253); }
H1.HeaderClassName
{
color: #6FC2FD;
}
.AnyTagClassName
{
color: #6FC2FD;
}
</style>
background-color css
<style>
a { background-color: #6FC2FD; }
a { background-color: rgb(111,194,253); }
div.DivClassName
{
background-color: #6FC2FD;
}
.BgClassName
{
background-color: #6FC2FD;
}
</style>
border-color css
<style>
span { border-color: #6FC2FD; }
span { border-color: rgb(111,194,253); }
td.TdClassName
{
border-color: #6FC2FD;
}
.TagClassName
{
border-color: #6FC2FD;
}
</style>