Shades of Maya Blue #6ABDFE
Tints of Maya Blue #6ABDFE
RGB
CMYK
RGB Variations
Color information
#6ABDFE (or 0x6ABDFE) is known color: Maya Blue. HEX triplet: 6A, BD and FE. RGB value is (106,189,254). Sum of RGB (Red+Green+Blue) = 106+189+254=549 (72% of max value = 765). Red value is 106 (41.80% from 255 or 19.31% from 549); Green value is 189 (74.22% from 255 or 34.43% from 549); Blue value is 254 (99.61% from 255 or 46.27% from 549); Max value from RGB is 254 - color contains mainly: blue. Hex color #6ABDFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ABDFE is #954201. Grayscale: #ABABAB. Windows color (decimal): -9781762 or 16694634. OLE color: 16694634.
HSL color Cylindrical-coordinate representation of color #6ABDFE: hue angle of 206.35º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6ABDFE is Cyan = 0.58, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 106 | 189 | 254 | - |
| CMYK | 0.58 | 0.26 | 0 | 0.00 |
| HSL | 206.35º | 0.99% | 0.71% | - |
| HSV(B) | 206.35º | 0.58% | 1% | - |
| XYZ | 42.03 | 46.62 | 100.55 | - |
| YUV | 171.59 | 174.5 | 81.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 189 | 254 | 0.58 | 0.26 | 0 | 0.00 | 206.35 | 0.99 | 0.71 |
| Hex | 6A | BD | FE | 3A | 1A | 0 | 0 | CE | 63 | 47 |
| Octal | 152 | 275 | 376 | 72 | 32 | 0 | 0 | 316 | 143 | 107 |
| Binary | 1101010 | 10111101 | 11111110 | 111010 | 11010 | 0 | 0 | 11001110 | 1100011 | 1000111 |
Color Harmonies of #6ABDFE
Complementary color
Monochromatic Colors of #6ABDFE
Black with #6ABDFE
Text Example
Text Example
White with #6ABDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ABDFE; }
p { color: rgb(106,189,254); }
H1.HeaderClassName
{
color: #6ABDFE;
}
.AnyTagClassName
{
color: #6ABDFE;
}
</style>
background-color css
<style>
a { background-color: #6ABDFE; }
a { background-color: rgb(106,189,254); }
div.DivClassName
{
background-color: #6ABDFE;
}
.BgClassName
{
background-color: #6ABDFE;
}
</style>
border-color css
<style>
span { border-color: #6ABDFE; }
span { border-color: rgb(106,189,254); }
td.TdClassName
{
border-color: #6ABDFE;
}
.TagClassName
{
border-color: #6ABDFE;
}
</style>