Shades of Maya Blue #6BCCF1
Tints of Maya Blue #6BCCF1
RGB
CMYK
RGB Variations
Color information
#6BCCF1 (or 0x6BCCF1) is known color: Maya Blue. HEX triplet: 6B, CC and F1. RGB value is (107,204,241). Sum of RGB (Red+Green+Blue) = 107+204+241=552 (73% of max value = 765). Red value is 107 (42.19% from 255 or 19.38% from 552); Green value is 204 (80.08% from 255 or 36.96% from 552); Blue value is 241 (94.53% from 255 or 43.66% from 552); Max value from RGB is 241 - color contains mainly: blue. Hex color #6BCCF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BCCF1 is #94330E. Grayscale: #B2B2B2. Windows color (decimal): -9712399 or 15846507. OLE color: 15846507.
HSL color Cylindrical-coordinate representation of color #6BCCF1: hue angle of 196.57º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6BCCF1 is Cyan = 0.56, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 107 | 204 | 241 | - |
| CMYK | 0.56 | 0.15 | 0 | 0.05 |
| HSL | 196.57º | 0.83% | 0.68% | - |
| HSV(B) | 196.57º | 0.56% | 0.95% | - |
| XYZ | 43.53 | 52.66 | 91.09 | - |
| YUV | 179.22 | 162.86 | 76.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 204 | 241 | 0.56 | 0.15 | 0 | 0.05 | 196.57 | 0.83 | 0.68 |
| Hex | 6B | CC | F1 | 38 | F | 0 | 5 | C5 | 53 | 44 |
| Octal | 153 | 314 | 361 | 70 | 17 | 0 | 5 | 305 | 123 | 104 |
| Binary | 1101011 | 11001100 | 11110001 | 111000 | 1111 | 0 | 101 | 11000101 | 1010011 | 1000100 |
Color Harmonies of #6BCCF1
Complementary color
Monochromatic Colors of #6BCCF1
Black with #6BCCF1
Text Example
Text Example
White with #6BCCF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCCF1; }
p { color: rgb(107,204,241); }
H1.HeaderClassName
{
color: #6BCCF1;
}
.AnyTagClassName
{
color: #6BCCF1;
}
</style>
background-color css
<style>
a { background-color: #6BCCF1; }
a { background-color: rgb(107,204,241); }
div.DivClassName
{
background-color: #6BCCF1;
}
.BgClassName
{
background-color: #6BCCF1;
}
</style>
border-color css
<style>
span { border-color: #6BCCF1; }
span { border-color: rgb(107,204,241); }
td.TdClassName
{
border-color: #6BCCF1;
}
.TagClassName
{
border-color: #6BCCF1;
}
</style>