Shades of Maya Blue #6ABAF4
Tints of Maya Blue #6ABAF4
RGB
CMYK
RGB Variations
Color information
#6ABAF4 (or 0x6ABAF4) is known color: Maya Blue. HEX triplet: 6A, BA and F4. RGB value is (106,186,244). Sum of RGB (Red+Green+Blue) = 106+186+244=536 (70% of max value = 765). Red value is 106 (41.80% from 255 or 19.78% from 536); Green value is 186 (73.05% from 255 or 34.70% from 536); Blue value is 244 (95.70% from 255 or 45.52% from 536); Max value from RGB is 244 - color contains mainly: blue. Hex color #6ABAF4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ABAF4 is #95450B. Grayscale: #A8A8A8. Windows color (decimal): -9782540 or 16038506. OLE color: 16038506.
HSL color Cylindrical-coordinate representation of color #6ABAF4: hue angle of 205.22º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6ABAF4 is Cyan = 0.57, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 106 | 186 | 244 | - |
| CMYK | 0.57 | 0.24 | 0 | 0.04 |
| HSL | 205.22º | 0.86% | 0.69% | - |
| HSV(B) | 205.22º | 0.57% | 0.96% | - |
| XYZ | 39.83 | 44.71 | 92.12 | - |
| YUV | 168.69 | 170.5 | 83.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 186 | 244 | 0.57 | 0.24 | 0 | 0.04 | 205.22 | 0.86 | 0.69 |
| Hex | 6A | BA | F4 | 39 | 18 | 0 | 4 | CD | 56 | 45 |
| Octal | 152 | 272 | 364 | 71 | 30 | 0 | 4 | 315 | 126 | 105 |
| Binary | 1101010 | 10111010 | 11110100 | 111001 | 11000 | 0 | 100 | 11001101 | 1010110 | 1000101 |
Color Harmonies of #6ABAF4
Complementary color
Monochromatic Colors of #6ABAF4
Black with #6ABAF4
Text Example
Text Example
White with #6ABAF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ABAF4; }
p { color: rgb(106,186,244); }
H1.HeaderClassName
{
color: #6ABAF4;
}
.AnyTagClassName
{
color: #6ABAF4;
}
</style>
background-color css
<style>
a { background-color: #6ABAF4; }
a { background-color: rgb(106,186,244); }
div.DivClassName
{
background-color: #6ABAF4;
}
.BgClassName
{
background-color: #6ABAF4;
}
</style>
border-color css
<style>
span { border-color: #6ABAF4; }
span { border-color: rgb(106,186,244); }
td.TdClassName
{
border-color: #6ABAF4;
}
.TagClassName
{
border-color: #6ABAF4;
}
</style>