Shades of Maya Blue #6FB5FD
Tints of Maya Blue #6FB5FD
RGB
CMYK
RGB Variations
Color information
#6FB5FD (or 0x6FB5FD) is known color: Maya Blue. HEX triplet: 6F, B5 and FD. RGB value is (111,181,253). Sum of RGB (Red+Green+Blue) = 111+181+253=545 (72% of max value = 765). Red value is 111 (43.75% from 255 or 20.37% from 545); Green value is 181 (71.09% from 255 or 33.21% from 545); Blue value is 253 (99.22% from 255 or 46.42% from 545); Max value from RGB is 253 - color contains mainly: blue. Hex color #6FB5FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FB5FD is #904A02. Grayscale: #A7A7A7. Windows color (decimal): -9456131 or 16627055. OLE color: 16627055.
HSL color Cylindrical-coordinate representation of color #6FB5FD: hue angle of 210.42º 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 #6FB5FD is Cyan = 0.56, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 111 | 181 | 253 | - |
| CMYK | 0.56 | 0.28 | 0 | 0.01 |
| HSL | 210.42º | 0.97% | 0.71% | - |
| HSV(B) | 210.42º | 0.56% | 0.99% | - |
| XYZ | 40.81 | 43.52 | 99.18 | - |
| YUV | 168.28 | 175.81 | 87.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 181 | 253 | 0.56 | 0.28 | 0 | 0.01 | 210.42 | 0.97 | 0.71 |
| Hex | 6F | B5 | FD | 38 | 1C | 0 | 1 | D2 | 61 | 47 |
| Octal | 157 | 265 | 375 | 70 | 34 | 0 | 1 | 322 | 141 | 107 |
| Binary | 1101111 | 10110101 | 11111101 | 111000 | 11100 | 0 | 1 | 11010010 | 1100001 | 1000111 |
Color Harmonies of #6FB5FD
Complementary color
Monochromatic Colors of #6FB5FD
Black with #6FB5FD
Text Example
Text Example
White with #6FB5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB5FD; }
p { color: rgb(111,181,253); }
H1.HeaderClassName
{
color: #6FB5FD;
}
.AnyTagClassName
{
color: #6FB5FD;
}
</style>
background-color css
<style>
a { background-color: #6FB5FD; }
a { background-color: rgb(111,181,253); }
div.DivClassName
{
background-color: #6FB5FD;
}
.BgClassName
{
background-color: #6FB5FD;
}
</style>
border-color css
<style>
span { border-color: #6FB5FD; }
span { border-color: rgb(111,181,253); }
td.TdClassName
{
border-color: #6FB5FD;
}
.TagClassName
{
border-color: #6FB5FD;
}
</style>