Shades of Maya Blue #6AB8FD
Tints of Maya Blue #6AB8FD
RGB
CMYK
RGB Variations
Color information
#6AB8FD (or 0x6AB8FD) is known color: Maya Blue. HEX triplet: 6A, B8 and FD. RGB value is (106,184,253). Sum of RGB (Red+Green+Blue) = 106+184+253=543 (71% of max value = 765). Red value is 106 (41.80% from 255 or 19.52% from 543); Green value is 184 (72.27% from 255 or 33.89% from 543); Blue value is 253 (99.22% from 255 or 46.59% from 543); Max value from RGB is 253 - color contains mainly: blue. Hex color #6AB8FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6AB8FD is #954702. Grayscale: #A8A8A8. Windows color (decimal): -9783043 or 16627818. OLE color: 16627818.
HSL color Cylindrical-coordinate representation of color #6AB8FD: hue angle of 208.16º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AB8FD is Cyan = 0.58, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 106 | 184 | 253 | - |
| CMYK | 0.58 | 0.27 | 0 | 0.01 |
| HSL | 208.16º | 0.97% | 0.7% | - |
| HSV(B) | 208.16º | 0.58% | 0.99% | - |
| XYZ | 40.81 | 44.44 | 99.35 | - |
| YUV | 168.54 | 175.66 | 83.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 184 | 253 | 0.58 | 0.27 | 0 | 0.01 | 208.16 | 0.97 | 0.7 |
| Hex | 6A | B8 | FD | 3A | 1B | 0 | 1 | D0 | 61 | 46 |
| Octal | 152 | 270 | 375 | 72 | 33 | 0 | 1 | 320 | 141 | 106 |
| Binary | 1101010 | 10111000 | 11111101 | 111010 | 11011 | 0 | 1 | 11010000 | 1100001 | 1000110 |
Color Harmonies of #6AB8FD
Complementary color
Monochromatic Colors of #6AB8FD
Black with #6AB8FD
Text Example
Text Example
White with #6AB8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB8FD; }
p { color: rgb(106,184,253); }
H1.HeaderClassName
{
color: #6AB8FD;
}
.AnyTagClassName
{
color: #6AB8FD;
}
</style>
background-color css
<style>
a { background-color: #6AB8FD; }
a { background-color: rgb(106,184,253); }
div.DivClassName
{
background-color: #6AB8FD;
}
.BgClassName
{
background-color: #6AB8FD;
}
</style>
border-color css
<style>
span { border-color: #6AB8FD; }
span { border-color: rgb(106,184,253); }
td.TdClassName
{
border-color: #6AB8FD;
}
.TagClassName
{
border-color: #6AB8FD;
}
</style>