Shades of Maya Blue #6AB9FB
Tints of Maya Blue #6AB9FB
RGB
CMYK
RGB Variations
Color information
#6AB9FB (or 0x6AB9FB) is known color: Maya Blue. HEX triplet: 6A, B9 and FB. RGB value is (106,185,251). Sum of RGB (Red+Green+Blue) = 106+185+251=542 (71% of max value = 765). Red value is 106 (41.80% from 255 or 19.56% from 542); Green value is 185 (72.66% from 255 or 34.13% from 542); Blue value is 251 (98.44% from 255 or 46.31% from 542); Max value from RGB is 251 - color contains mainly: blue. Hex color #6AB9FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6AB9FB is #954604. Grayscale: #A8A8A8. Windows color (decimal): -9782789 or 16497002. OLE color: 16497002.
HSL color Cylindrical-coordinate representation of color #6AB9FB: hue angle of 207.31º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AB9FB is Cyan = 0.58, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 106 | 185 | 251 | - |
| CMYK | 0.58 | 0.26 | 0 | 0.02 |
| HSL | 207.31º | 0.95% | 0.7% | - |
| HSV(B) | 207.31º | 0.58% | 0.98% | - |
| XYZ | 40.71 | 44.73 | 97.75 | - |
| YUV | 168.9 | 174.33 | 83.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 185 | 251 | 0.58 | 0.26 | 0 | 0.02 | 207.31 | 0.95 | 0.7 |
| Hex | 6A | B9 | FB | 3A | 1A | 0 | 2 | CF | 5F | 46 |
| Octal | 152 | 271 | 373 | 72 | 32 | 0 | 2 | 317 | 137 | 106 |
| Binary | 1101010 | 10111001 | 11111011 | 111010 | 11010 | 0 | 10 | 11001111 | 1011111 | 1000110 |
Color Harmonies of #6AB9FB
Complementary color
Monochromatic Colors of #6AB9FB
Black with #6AB9FB
Text Example
Text Example
White with #6AB9FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB9FB; }
p { color: rgb(106,185,251); }
H1.HeaderClassName
{
color: #6AB9FB;
}
.AnyTagClassName
{
color: #6AB9FB;
}
</style>
background-color css
<style>
a { background-color: #6AB9FB; }
a { background-color: rgb(106,185,251); }
div.DivClassName
{
background-color: #6AB9FB;
}
.BgClassName
{
background-color: #6AB9FB;
}
</style>
border-color css
<style>
span { border-color: #6AB9FB; }
span { border-color: rgb(106,185,251); }
td.TdClassName
{
border-color: #6AB9FB;
}
.TagClassName
{
border-color: #6AB9FB;
}
</style>