Shades of Maya Blue #6ABFFD
Tints of Maya Blue #6ABFFD
RGB
CMYK
RGB Variations
Color information
#6ABFFD (or 0x6ABFFD) is known color: Maya Blue. HEX triplet: 6A, BF and FD. RGB value is (106,191,253). Sum of RGB (Red+Green+Blue) = 106+191+253=550 (72% of max value = 765). Red value is 106 (41.80% from 255 or 19.27% from 550); Green value is 191 (75% from 255 or 34.73% from 550); Blue value is 253 (99.22% from 255 or 46% from 550); Max value from RGB is 253 - color contains mainly: blue. Hex color #6ABFFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ABFFD is #954002. Grayscale: #ACACAC. Windows color (decimal): -9781251 or 16629610. OLE color: 16629610.
HSL color Cylindrical-coordinate representation of color #6ABFFD: hue angle of 205.31º 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 #6ABFFD is Cyan = 0.58, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 106 | 191 | 253 | - |
| CMYK | 0.58 | 0.25 | 0 | 0.01 |
| HSL | 205.31º | 0.97% | 0.7% | - |
| HSV(B) | 205.31º | 0.58% | 0.99% | - |
| XYZ | 42.3 | 47.42 | 99.85 | - |
| YUV | 172.65 | 173.34 | 80.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 191 | 253 | 0.58 | 0.25 | 0 | 0.01 | 205.31 | 0.97 | 0.7 |
| Hex | 6A | BF | FD | 3A | 19 | 0 | 1 | CD | 61 | 46 |
| Octal | 152 | 277 | 375 | 72 | 31 | 0 | 1 | 315 | 141 | 106 |
| Binary | 1101010 | 10111111 | 11111101 | 111010 | 11001 | 0 | 1 | 11001101 | 1100001 | 1000110 |
Color Harmonies of #6ABFFD
Complementary color
Monochromatic Colors of #6ABFFD
Black with #6ABFFD
Text Example
Text Example
White with #6ABFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ABFFD; }
p { color: rgb(106,191,253); }
H1.HeaderClassName
{
color: #6ABFFD;
}
.AnyTagClassName
{
color: #6ABFFD;
}
</style>
background-color css
<style>
a { background-color: #6ABFFD; }
a { background-color: rgb(106,191,253); }
div.DivClassName
{
background-color: #6ABFFD;
}
.BgClassName
{
background-color: #6ABFFD;
}
</style>
border-color css
<style>
span { border-color: #6ABFFD; }
span { border-color: rgb(106,191,253); }
td.TdClassName
{
border-color: #6ABFFD;
}
.TagClassName
{
border-color: #6ABFFD;
}
</style>