Shades of Maya Blue #6CACFD
Tints of Maya Blue #6CACFD
RGB
CMYK
RGB Variations
Color information
#6CACFD (or 0x6CACFD) is known color: Maya Blue. HEX triplet: 6C, AC and FD. RGB value is (108,172,253). Sum of RGB (Red+Green+Blue) = 108+172+253=533 (70% of max value = 765). Red value is 108 (42.58% from 255 or 20.26% from 533); Green value is 172 (67.58% from 255 or 32.27% from 533); Blue value is 253 (99.22% from 255 or 47.47% from 533); Max value from RGB is 253 - color contains mainly: blue. Hex color #6CACFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6CACFD is #935302. Grayscale: #A1A1A1. Windows color (decimal): -9655043 or 16624748. OLE color: 16624748.
HSL color Cylindrical-coordinate representation of color #6CACFD: hue angle of 213.52º degrees, saturation: 0.97, 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 #6CACFD is Cyan = 0.57, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 108 | 172 | 253 | - |
| CMYK | 0.57 | 0.32 | 0 | 0.01 |
| HSL | 213.52º | 0.97% | 0.71% | - |
| HSV(B) | 213.52º | 0.57% | 0.99% | - |
| XYZ | 38.67 | 39.79 | 98.57 | - |
| YUV | 162.1 | 179.3 | 89.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 172 | 253 | 0.57 | 0.32 | 0 | 0.01 | 213.52 | 0.97 | 0.71 |
| Hex | 6C | AC | FD | 39 | 20 | 0 | 1 | D6 | 61 | 47 |
| Octal | 154 | 254 | 375 | 71 | 40 | 0 | 1 | 326 | 141 | 107 |
| Binary | 1101100 | 10101100 | 11111101 | 111001 | 100000 | 0 | 1 | 11010110 | 1100001 | 1000111 |
Color Harmonies of #6CACFD
Complementary color
Monochromatic Colors of #6CACFD
Black with #6CACFD
Text Example
Text Example
White with #6CACFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CACFD; }
p { color: rgb(108,172,253); }
H1.HeaderClassName
{
color: #6CACFD;
}
.AnyTagClassName
{
color: #6CACFD;
}
</style>
background-color css
<style>
a { background-color: #6CACFD; }
a { background-color: rgb(108,172,253); }
div.DivClassName
{
background-color: #6CACFD;
}
.BgClassName
{
background-color: #6CACFD;
}
</style>
border-color css
<style>
span { border-color: #6CACFD; }
span { border-color: rgb(108,172,253); }
td.TdClassName
{
border-color: #6CACFD;
}
.TagClassName
{
border-color: #6CACFD;
}
</style>