Shades of Maya Blue #6CCCFF
Tints of Maya Blue #6CCCFF
RGB
CMYK
RGB Variations
Color information
#6CCCFF (or 0x6CCCFF) is known color: Maya Blue. HEX triplet: 6C, CC and FF. RGB value is (108,204,255). Sum of RGB (Red+Green+Blue) = 108+204+255=567 (75% of max value = 765). Red value is 108 (42.58% from 255 or 19.05% from 567); Green value is 204 (80.08% from 255 or 35.98% from 567); Blue value is 255 (100% from 255 or 44.97% from 567); Max value from RGB is 255 - color contains mainly: blue. Hex color #6CCCFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CCCFF is #933300. Grayscale: #B4B4B4. Windows color (decimal): -9646849 or 16764012. OLE color: 16764012.
HSL color Cylindrical-coordinate representation of color #6CCCFF: hue angle of 200.82º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6CCCFF is Cyan = 0.58, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 108 | 204 | 255 | - |
| CMYK | 0.58 | 0.2 | 0 | 0 |
| HSL | 200.82º | 1% | 0.71% | - |
| HSV(B) | 200.82º | 0.58% | 1% | - |
| XYZ | 45.83 | 53.59 | 102.54 | - |
| YUV | 181.11 | 169.7 | 75.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 204 | 255 | 0.58 | 0.2 | 0 | 0 | 200.82 | 1 | 0.71 |
| Hex | 6C | CC | FF | 3A | 14 | 0 | 0 | C9 | 64 | 47 |
| Octal | 154 | 314 | 377 | 72 | 24 | 0 | 0 | 311 | 144 | 107 |
| Binary | 1101100 | 11001100 | 11111111 | 111010 | 10100 | 0 | 0 | 11001001 | 1100100 | 1000111 |
Color Harmonies of #6CCCFF
Complementary color
Monochromatic Colors of #6CCCFF
Black with #6CCCFF
Text Example
Text Example
White with #6CCCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCCFF; }
p { color: rgb(108,204,255); }
H1.HeaderClassName
{
color: #6CCCFF;
}
.AnyTagClassName
{
color: #6CCCFF;
}
</style>
background-color css
<style>
a { background-color: #6CCCFF; }
a { background-color: rgb(108,204,255); }
div.DivClassName
{
background-color: #6CCCFF;
}
.BgClassName
{
background-color: #6CCCFF;
}
</style>
border-color css
<style>
span { border-color: #6CCCFF; }
span { border-color: rgb(108,204,255); }
td.TdClassName
{
border-color: #6CCCFF;
}
.TagClassName
{
border-color: #6CCCFF;
}
</style>