Shades of Maya Blue #6ABCFB
Tints of Maya Blue #6ABCFB
RGB
CMYK
RGB Variations
Color information
#6ABCFB (or 0x6ABCFB) is known color: Maya Blue. HEX triplet: 6A, BC and FB. RGB value is (106,188,251). Sum of RGB (Red+Green+Blue) = 106+188+251=545 (72% of max value = 765). Red value is 106 (41.80% from 255 or 19.45% from 545); Green value is 188 (73.83% from 255 or 34.50% from 545); Blue value is 251 (98.44% from 255 or 46.06% from 545); Max value from RGB is 251 - color contains mainly: blue. Hex color #6ABCFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ABCFB is #954304. Grayscale: #AAAAAA. Windows color (decimal): -9782021 or 16497770. OLE color: 16497770.
HSL color Cylindrical-coordinate representation of color #6ABCFB: hue angle of 206.07º 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 #6ABCFB is Cyan = 0.58, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 106 | 188 | 251 | - |
| CMYK | 0.58 | 0.25 | 0 | 0.02 |
| HSL | 206.07º | 0.95% | 0.7% | - |
| HSV(B) | 206.07º | 0.58% | 0.98% | - |
| XYZ | 41.34 | 46 | 97.97 | - |
| YUV | 170.66 | 173.33 | 81.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 188 | 251 | 0.58 | 0.25 | 0 | 0.02 | 206.07 | 0.95 | 0.7 |
| Hex | 6A | BC | FB | 3A | 19 | 0 | 2 | CE | 5F | 46 |
| Octal | 152 | 274 | 373 | 72 | 31 | 0 | 2 | 316 | 137 | 106 |
| Binary | 1101010 | 10111100 | 11111011 | 111010 | 11001 | 0 | 10 | 11001110 | 1011111 | 1000110 |
Color Harmonies of #6ABCFB
Complementary color
Monochromatic Colors of #6ABCFB
Black with #6ABCFB
Text Example
Text Example
White with #6ABCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ABCFB; }
p { color: rgb(106,188,251); }
H1.HeaderClassName
{
color: #6ABCFB;
}
.AnyTagClassName
{
color: #6ABCFB;
}
</style>
background-color css
<style>
a { background-color: #6ABCFB; }
a { background-color: rgb(106,188,251); }
div.DivClassName
{
background-color: #6ABCFB;
}
.BgClassName
{
background-color: #6ABCFB;
}
</style>
border-color css
<style>
span { border-color: #6ABCFB; }
span { border-color: rgb(106,188,251); }
td.TdClassName
{
border-color: #6ABCFB;
}
.TagClassName
{
border-color: #6ABCFB;
}
</style>