Shades of Maya Blue #6CCCF1
Tints of Maya Blue #6CCCF1
RGB
CMYK
RGB Variations
Color information
#6CCCF1 (or 0x6CCCF1) is known color: Maya Blue. HEX triplet: 6C, CC and F1. RGB value is (108,204,241). Sum of RGB (Red+Green+Blue) = 108+204+241=553 (73% of max value = 765). Red value is 108 (42.58% from 255 or 19.53% from 553); Green value is 204 (80.08% from 255 or 36.89% from 553); Blue value is 241 (94.53% from 255 or 43.58% from 553); Max value from RGB is 241 - color contains mainly: blue. Hex color #6CCCF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CCCF1 is #93330E. Grayscale: #B3B3B3. Windows color (decimal): -9646863 or 15846508. OLE color: 15846508.
HSL color Cylindrical-coordinate representation of color #6CCCF1: hue angle of 196.69º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6CCCF1 is Cyan = 0.55, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 108 | 204 | 241 | - |
| CMYK | 0.55 | 0.15 | 0 | 0.05 |
| HSL | 196.69º | 0.83% | 0.68% | - |
| HSV(B) | 196.69º | 0.55% | 0.95% | - |
| XYZ | 43.65 | 52.72 | 91.1 | - |
| YUV | 179.51 | 162.7 | 76.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 204 | 241 | 0.55 | 0.15 | 0 | 0.05 | 196.69 | 0.83 | 0.68 |
| Hex | 6C | CC | F1 | 37 | F | 0 | 5 | C5 | 53 | 44 |
| Octal | 154 | 314 | 361 | 67 | 17 | 0 | 5 | 305 | 123 | 104 |
| Binary | 1101100 | 11001100 | 11110001 | 110111 | 1111 | 0 | 101 | 11000101 | 1010011 | 1000100 |
Color Harmonies of #6CCCF1
Complementary color
Monochromatic Colors of #6CCCF1
Black with #6CCCF1
Text Example
Text Example
White with #6CCCF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCCF1; }
p { color: rgb(108,204,241); }
H1.HeaderClassName
{
color: #6CCCF1;
}
.AnyTagClassName
{
color: #6CCCF1;
}
</style>
background-color css
<style>
a { background-color: #6CCCF1; }
a { background-color: rgb(108,204,241); }
div.DivClassName
{
background-color: #6CCCF1;
}
.BgClassName
{
background-color: #6CCCF1;
}
</style>
border-color css
<style>
span { border-color: #6CCCF1; }
span { border-color: rgb(108,204,241); }
td.TdClassName
{
border-color: #6CCCF1;
}
.TagClassName
{
border-color: #6CCCF1;
}
</style>