Shades of Maya Blue #6CBAFC
Tints of Maya Blue #6CBAFC
RGB
CMYK
RGB Variations
Color information
#6CBAFC (or 0x6CBAFC) is known color: Maya Blue. HEX triplet: 6C, BA and FC. RGB value is (108,186,252). Sum of RGB (Red+Green+Blue) = 108+186+252=546 (72% of max value = 765). Red value is 108 (42.58% from 255 or 19.78% from 546); Green value is 186 (73.05% from 255 or 34.07% from 546); Blue value is 252 (98.83% from 255 or 46.15% from 546); Max value from RGB is 252 - color contains mainly: blue. Hex color #6CBAFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CBAFC is #934503. Grayscale: #A9A9A9. Windows color (decimal): -9651460 or 16562796. OLE color: 16562796.
HSL color Cylindrical-coordinate representation of color #6CBAFC: hue angle of 207.5º 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 #6CBAFC is Cyan = 0.57, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 108 | 186 | 252 | - |
| CMYK | 0.57 | 0.26 | 0 | 0.01 |
| HSL | 207.5º | 0.96% | 0.71% | - |
| HSV(B) | 207.5º | 0.57% | 0.99% | - |
| XYZ | 41.31 | 45.33 | 98.67 | - |
| YUV | 170.2 | 174.16 | 83.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 186 | 252 | 0.57 | 0.26 | 0 | 0.01 | 207.5 | 0.96 | 0.71 |
| Hex | 6C | BA | FC | 39 | 1A | 0 | 1 | D0 | 60 | 47 |
| Octal | 154 | 272 | 374 | 71 | 32 | 0 | 1 | 320 | 140 | 107 |
| Binary | 1101100 | 10111010 | 11111100 | 111001 | 11010 | 0 | 1 | 11010000 | 1100000 | 1000111 |
Color Harmonies of #6CBAFC
Complementary color
Monochromatic Colors of #6CBAFC
Black with #6CBAFC
Text Example
Text Example
White with #6CBAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CBAFC; }
p { color: rgb(108,186,252); }
H1.HeaderClassName
{
color: #6CBAFC;
}
.AnyTagClassName
{
color: #6CBAFC;
}
</style>
background-color css
<style>
a { background-color: #6CBAFC; }
a { background-color: rgb(108,186,252); }
div.DivClassName
{
background-color: #6CBAFC;
}
.BgClassName
{
background-color: #6CBAFC;
}
</style>
border-color css
<style>
span { border-color: #6CBAFC; }
span { border-color: rgb(108,186,252); }
td.TdClassName
{
border-color: #6CBAFC;
}
.TagClassName
{
border-color: #6CBAFC;
}
</style>