Shades of Maya Blue #6BCCFF
Tints of Maya Blue #6BCCFF
RGB
CMYK
RGB Variations
Color information
#6BCCFF (or 0x6BCCFF) is known color: Maya Blue. HEX triplet: 6B, CC and FF. RGB value is (107,204,255). Sum of RGB (Red+Green+Blue) = 107+204+255=566 (74% of max value = 765). Red value is 107 (42.19% from 255 or 18.90% from 566); Green value is 204 (80.08% from 255 or 36.04% from 566); Blue value is 255 (100% from 255 or 45.05% from 566); Max value from RGB is 255 - color contains mainly: blue. Hex color #6BCCFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BCCFF is #943300. Grayscale: #B4B4B4. Windows color (decimal): -9712385 or 16764011. OLE color: 16764011.
HSL color Cylindrical-coordinate representation of color #6BCCFF: hue angle of 200.68º 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 #6BCCFF is Cyan = 0.58, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 107 | 204 | 255 | - |
| CMYK | 0.58 | 0.2 | 0 | 0 |
| HSL | 200.68º | 1% | 0.71% | - |
| HSV(B) | 200.68º | 0.58% | 1% | - |
| XYZ | 45.71 | 53.53 | 102.53 | - |
| YUV | 180.81 | 169.86 | 75.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 204 | 255 | 0.58 | 0.2 | 0 | 0 | 200.68 | 1 | 0.71 |
| Hex | 6B | CC | FF | 3A | 14 | 0 | 0 | C9 | 64 | 47 |
| Octal | 153 | 314 | 377 | 72 | 24 | 0 | 0 | 311 | 144 | 107 |
| Binary | 1101011 | 11001100 | 11111111 | 111010 | 10100 | 0 | 0 | 11001001 | 1100100 | 1000111 |
Color Harmonies of #6BCCFF
Complementary color
Monochromatic Colors of #6BCCFF
Black with #6BCCFF
Text Example
Text Example
White with #6BCCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCCFF; }
p { color: rgb(107,204,255); }
H1.HeaderClassName
{
color: #6BCCFF;
}
.AnyTagClassName
{
color: #6BCCFF;
}
</style>
background-color css
<style>
a { background-color: #6BCCFF; }
a { background-color: rgb(107,204,255); }
div.DivClassName
{
background-color: #6BCCFF;
}
.BgClassName
{
background-color: #6BCCFF;
}
</style>
border-color css
<style>
span { border-color: #6BCCFF; }
span { border-color: rgb(107,204,255); }
td.TdClassName
{
border-color: #6BCCFF;
}
.TagClassName
{
border-color: #6BCCFF;
}
</style>