Shades of Maya Blue #6BCCF0
Tints of Maya Blue #6BCCF0
RGB
CMYK
RGB Variations
Color information
#6BCCF0 (or 0x6BCCF0) is known color: Maya Blue. HEX triplet: 6B, CC and F0. RGB value is (107,204,240). Sum of RGB (Red+Green+Blue) = 107+204+240=551 (72% of max value = 765). Red value is 107 (42.19% from 255 or 19.42% from 551); Green value is 204 (80.08% from 255 or 37.02% from 551); Blue value is 240 (94.14% from 255 or 43.56% from 551); Max value from RGB is 240 - color contains mainly: blue. Hex color #6BCCF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BCCF0 is #94330F. Grayscale: #B2B2B2. Windows color (decimal): -9712400 or 15780971. OLE color: 15780971.
HSL color Cylindrical-coordinate representation of color #6BCCF0: hue angle of 196.24º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6BCCF0 is Cyan = 0.55, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 107 | 204 | 240 | - |
| CMYK | 0.55 | 0.15 | 0 | 0.06 |
| HSL | 196.24º | 0.82% | 0.68% | - |
| HSV(B) | 196.24º | 0.55% | 0.94% | - |
| XYZ | 43.38 | 52.6 | 90.3 | - |
| YUV | 179.1 | 162.36 | 76.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 204 | 240 | 0.55 | 0.15 | 0 | 0.06 | 196.24 | 0.82 | 0.68 |
| Hex | 6B | CC | F0 | 37 | F | 0 | 6 | C4 | 52 | 44 |
| Octal | 153 | 314 | 360 | 67 | 17 | 0 | 6 | 304 | 122 | 104 |
| Binary | 1101011 | 11001100 | 11110000 | 110111 | 1111 | 0 | 110 | 11000100 | 1010010 | 1000100 |
Color Harmonies of #6BCCF0
Complementary color
Monochromatic Colors of #6BCCF0
Black with #6BCCF0
Text Example
Text Example
White with #6BCCF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCCF0; }
p { color: rgb(107,204,240); }
H1.HeaderClassName
{
color: #6BCCF0;
}
.AnyTagClassName
{
color: #6BCCF0;
}
</style>
background-color css
<style>
a { background-color: #6BCCF0; }
a { background-color: rgb(107,204,240); }
div.DivClassName
{
background-color: #6BCCF0;
}
.BgClassName
{
background-color: #6BCCF0;
}
</style>
border-color css
<style>
span { border-color: #6BCCF0; }
span { border-color: rgb(107,204,240); }
td.TdClassName
{
border-color: #6BCCF0;
}
.TagClassName
{
border-color: #6BCCF0;
}
</style>