Shades of Maya Blue #6AB3FE
Tints of Maya Blue #6AB3FE
RGB
CMYK
RGB Variations
Color information
#6AB3FE (or 0x6AB3FE) is known color: Maya Blue. HEX triplet: 6A, B3 and FE. RGB value is (106,179,254). Sum of RGB (Red+Green+Blue) = 106+179+254=539 (71% of max value = 765). Red value is 106 (41.80% from 255 or 19.67% from 539); Green value is 179 (70.31% from 255 or 33.21% from 539); Blue value is 254 (99.61% from 255 or 47.12% from 539); Max value from RGB is 254 - color contains mainly: blue. Hex color #6AB3FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6AB3FE is #954C01. Grayscale: #A5A5A5. Windows color (decimal): -9784322 or 16692074. OLE color: 16692074.
HSL color Cylindrical-coordinate representation of color #6AB3FE: hue angle of 210.41º 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 #6AB3FE is Cyan = 0.58, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 106 | 179 | 254 | - |
| CMYK | 0.58 | 0.30 | 0 | 0.00 |
| HSL | 210.41º | 0.99% | 0.71% | - |
| HSV(B) | 210.41º | 0.58% | 1% | - |
| XYZ | 39.95 | 42.46 | 99.86 | - |
| YUV | 165.72 | 177.82 | 85.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 179 | 254 | 0.58 | 0.30 | 0 | 0.00 | 210.41 | 0.99 | 0.71 |
| Hex | 6A | B3 | FE | 3A | 1E | 0 | 0 | D2 | 63 | 47 |
| Octal | 152 | 263 | 376 | 72 | 36 | 0 | 0 | 322 | 143 | 107 |
| Binary | 1101010 | 10110011 | 11111110 | 111010 | 11110 | 0 | 0 | 11010010 | 1100011 | 1000111 |
Color Harmonies of #6AB3FE
Complementary color
Monochromatic Colors of #6AB3FE
Black with #6AB3FE
Text Example
Text Example
White with #6AB3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB3FE; }
p { color: rgb(106,179,254); }
H1.HeaderClassName
{
color: #6AB3FE;
}
.AnyTagClassName
{
color: #6AB3FE;
}
</style>
background-color css
<style>
a { background-color: #6AB3FE; }
a { background-color: rgb(106,179,254); }
div.DivClassName
{
background-color: #6AB3FE;
}
.BgClassName
{
background-color: #6AB3FE;
}
</style>
border-color css
<style>
span { border-color: #6AB3FE; }
span { border-color: rgb(106,179,254); }
td.TdClassName
{
border-color: #6AB3FE;
}
.TagClassName
{
border-color: #6AB3FE;
}
</style>