Shades of Maya Blue #6BCFFF
Tints of Maya Blue #6BCFFF
RGB
CMYK
RGB Variations
Color information
#6BCFFF (or 0x6BCFFF) is known color: Maya Blue. HEX triplet: 6B, CF and FF. RGB value is (107,207,255). Sum of RGB (Red+Green+Blue) = 107+207+255=569 (75% of max value = 765). Red value is 107 (42.19% from 255 or 18.80% from 569); Green value is 207 (81.25% from 255 or 36.38% from 569); Blue value is 255 (100% from 255 or 44.82% from 569); Max value from RGB is 255 - color contains mainly: blue. Hex color #6BCFFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BCFFF is #943000. Grayscale: #B6B6B6. Windows color (decimal): -9711617 or 16764779. OLE color: 16764779.
HSL color Cylindrical-coordinate representation of color #6BCFFF: hue angle of 199.46º 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 #6BCFFF is Cyan = 0.58, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 107 | 207 | 255 | - |
| CMYK | 0.58 | 0.19 | 0 | 0 |
| HSL | 199.46º | 1% | 0.71% | - |
| HSV(B) | 199.46º | 0.58% | 1% | - |
| XYZ | 46.43 | 54.97 | 102.77 | - |
| YUV | 182.57 | 168.87 | 74.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 207 | 255 | 0.58 | 0.19 | 0 | 0 | 199.46 | 1 | 0.71 |
| Hex | 6B | CF | FF | 3A | 13 | 0 | 0 | C7 | 64 | 47 |
| Octal | 153 | 317 | 377 | 72 | 23 | 0 | 0 | 307 | 144 | 107 |
| Binary | 1101011 | 11001111 | 11111111 | 111010 | 10011 | 0 | 0 | 11000111 | 1100100 | 1000111 |
Color Harmonies of #6BCFFF
Complementary color
Monochromatic Colors of #6BCFFF
Black with #6BCFFF
Text Example
Text Example
White with #6BCFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCFFF; }
p { color: rgb(107,207,255); }
H1.HeaderClassName
{
color: #6BCFFF;
}
.AnyTagClassName
{
color: #6BCFFF;
}
</style>
background-color css
<style>
a { background-color: #6BCFFF; }
a { background-color: rgb(107,207,255); }
div.DivClassName
{
background-color: #6BCFFF;
}
.BgClassName
{
background-color: #6BCFFF;
}
</style>
border-color css
<style>
span { border-color: #6BCFFF; }
span { border-color: rgb(107,207,255); }
td.TdClassName
{
border-color: #6BCFFF;
}
.TagClassName
{
border-color: #6BCFFF;
}
</style>