Shades of Maya Blue #6CACFC
Tints of Maya Blue #6CACFC
RGB
CMYK
RGB Variations
Color information
#6CACFC (or 0x6CACFC) is known color: Maya Blue. HEX triplet: 6C, AC and FC. RGB value is (108,172,252). Sum of RGB (Red+Green+Blue) = 108+172+252=532 (70% of max value = 765). Red value is 108 (42.58% from 255 or 20.30% from 532); Green value is 172 (67.58% from 255 or 32.33% from 532); Blue value is 252 (98.83% from 255 or 47.37% from 532); Max value from RGB is 252 - color contains mainly: blue. Hex color #6CACFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6CACFC is #935303. Grayscale: #A1A1A1. Windows color (decimal): -9655044 or 16559212. OLE color: 16559212.
HSL color Cylindrical-coordinate representation of color #6CACFC: hue angle of 213.33º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6CACFC is Cyan = 0.57, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 108 | 172 | 252 | - |
| CMYK | 0.57 | 0.32 | 0 | 0.01 |
| HSL | 213.33º | 0.96% | 0.71% | - |
| HSV(B) | 213.33º | 0.57% | 0.99% | - |
| XYZ | 38.51 | 39.72 | 97.73 | - |
| YUV | 161.98 | 178.8 | 89.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 172 | 252 | 0.57 | 0.32 | 0 | 0.01 | 213.33 | 0.96 | 0.71 |
| Hex | 6C | AC | FC | 39 | 20 | 0 | 1 | D5 | 60 | 47 |
| Octal | 154 | 254 | 374 | 71 | 40 | 0 | 1 | 325 | 140 | 107 |
| Binary | 1101100 | 10101100 | 11111100 | 111001 | 100000 | 0 | 1 | 11010101 | 1100000 | 1000111 |
Color Harmonies of #6CACFC
Complementary color
Monochromatic Colors of #6CACFC
Black with #6CACFC
Text Example
Text Example
White with #6CACFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CACFC; }
p { color: rgb(108,172,252); }
H1.HeaderClassName
{
color: #6CACFC;
}
.AnyTagClassName
{
color: #6CACFC;
}
</style>
background-color css
<style>
a { background-color: #6CACFC; }
a { background-color: rgb(108,172,252); }
div.DivClassName
{
background-color: #6CACFC;
}
.BgClassName
{
background-color: #6CACFC;
}
</style>
border-color css
<style>
span { border-color: #6CACFC; }
span { border-color: rgb(108,172,252); }
td.TdClassName
{
border-color: #6CACFC;
}
.TagClassName
{
border-color: #6CACFC;
}
</style>