Shades of Maya Blue #6BC4FF
Tints of Maya Blue #6BC4FF
RGB
CMYK
RGB Variations
Color information
#6BC4FF (or 0x6BC4FF) is known color: Maya Blue. HEX triplet: 6B, C4 and FF. RGB value is (107,196,255). Sum of RGB (Red+Green+Blue) = 107+196+255=558 (73% of max value = 765). Red value is 107 (42.19% from 255 or 19.18% from 558); Green value is 196 (76.95% from 255 or 35.13% from 558); Blue value is 255 (100% from 255 or 45.70% from 558); Max value from RGB is 255 - color contains mainly: blue. Hex color #6BC4FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BC4FF is #943B00. Grayscale: #AFAFAF. Windows color (decimal): -9714433 or 16761963. OLE color: 16761963.
HSL color Cylindrical-coordinate representation of color #6BC4FF: hue angle of 203.92º 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 #6BC4FF is Cyan = 0.58, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 107 | 196 | 255 | - |
| CMYK | 0.58 | 0.23 | 0 | 0 |
| HSL | 203.92º | 1% | 0.71% | - |
| HSV(B) | 203.92º | 0.58% | 1% | - |
| XYZ | 43.85 | 49.83 | 101.91 | - |
| YUV | 176.12 | 172.51 | 78.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 196 | 255 | 0.58 | 0.23 | 0 | 0 | 203.92 | 1 | 0.71 |
| Hex | 6B | C4 | FF | 3A | 17 | 0 | 0 | CC | 64 | 47 |
| Octal | 153 | 304 | 377 | 72 | 27 | 0 | 0 | 314 | 144 | 107 |
| Binary | 1101011 | 11000100 | 11111111 | 111010 | 10111 | 0 | 0 | 11001100 | 1100100 | 1000111 |
Color Harmonies of #6BC4FF
Complementary color
Monochromatic Colors of #6BC4FF
Black with #6BC4FF
Text Example
Text Example
White with #6BC4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BC4FF; }
p { color: rgb(107,196,255); }
H1.HeaderClassName
{
color: #6BC4FF;
}
.AnyTagClassName
{
color: #6BC4FF;
}
</style>
background-color css
<style>
a { background-color: #6BC4FF; }
a { background-color: rgb(107,196,255); }
div.DivClassName
{
background-color: #6BC4FF;
}
.BgClassName
{
background-color: #6BC4FF;
}
</style>
border-color css
<style>
span { border-color: #6BC4FF; }
span { border-color: rgb(107,196,255); }
td.TdClassName
{
border-color: #6BC4FF;
}
.TagClassName
{
border-color: #6BC4FF;
}
</style>