Shades of Maya Blue #6FB8FD
Tints of Maya Blue #6FB8FD
RGB
CMYK
RGB Variations
Color information
#6FB8FD (or 0x6FB8FD) is known color: Maya Blue. HEX triplet: 6F, B8 and FD. RGB value is (111,184,253). Sum of RGB (Red+Green+Blue) = 111+184+253=548 (72% of max value = 765). Red value is 111 (43.75% from 255 or 20.26% from 548); Green value is 184 (72.27% from 255 or 33.58% from 548); Blue value is 253 (99.22% from 255 or 46.17% from 548); Max value from RGB is 253 - color contains mainly: blue. Hex color #6FB8FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FB8FD is #904702. Grayscale: #A9A9A9. Windows color (decimal): -9455363 or 16627823. OLE color: 16627823.
HSL color Cylindrical-coordinate representation of color #6FB8FD: hue angle of 209.15º 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 #6FB8FD is Cyan = 0.56, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 111 | 184 | 253 | - |
| CMYK | 0.56 | 0.27 | 0 | 0.01 |
| HSL | 209.15º | 0.97% | 0.71% | - |
| HSV(B) | 209.15º | 0.56% | 0.99% | - |
| XYZ | 41.43 | 44.75 | 99.38 | - |
| YUV | 170.04 | 174.82 | 85.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 184 | 253 | 0.56 | 0.27 | 0 | 0.01 | 209.15 | 0.97 | 0.71 |
| Hex | 6F | B8 | FD | 38 | 1B | 0 | 1 | D1 | 61 | 47 |
| Octal | 157 | 270 | 375 | 70 | 33 | 0 | 1 | 321 | 141 | 107 |
| Binary | 1101111 | 10111000 | 11111101 | 111000 | 11011 | 0 | 1 | 11010001 | 1100001 | 1000111 |
Color Harmonies of #6FB8FD
Complementary color
Monochromatic Colors of #6FB8FD
Black with #6FB8FD
Text Example
Text Example
White with #6FB8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB8FD; }
p { color: rgb(111,184,253); }
H1.HeaderClassName
{
color: #6FB8FD;
}
.AnyTagClassName
{
color: #6FB8FD;
}
</style>
background-color css
<style>
a { background-color: #6FB8FD; }
a { background-color: rgb(111,184,253); }
div.DivClassName
{
background-color: #6FB8FD;
}
.BgClassName
{
background-color: #6FB8FD;
}
</style>
border-color css
<style>
span { border-color: #6FB8FD; }
span { border-color: rgb(111,184,253); }
td.TdClassName
{
border-color: #6FB8FD;
}
.TagClassName
{
border-color: #6FB8FD;
}
</style>