Shades of Maya Blue #6BC4F0
Tints of Maya Blue #6BC4F0
RGB
CMYK
RGB Variations
Color information
#6BC4F0 (or 0x6BC4F0) is known color: Maya Blue. HEX triplet: 6B, C4 and F0. RGB value is (107,196,240). Sum of RGB (Red+Green+Blue) = 107+196+240=543 (71% of max value = 765). Red value is 107 (42.19% from 255 or 19.71% from 543); Green value is 196 (76.95% from 255 or 36.10% from 543); Blue value is 240 (94.14% from 255 or 44.20% from 543); Max value from RGB is 240 - color contains mainly: blue. Hex color #6BC4F0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BC4F0 is #943B0F. Grayscale: #AEAEAE. Windows color (decimal): -9714448 or 15778923. OLE color: 15778923.
HSL color Cylindrical-coordinate representation of color #6BC4F0: hue angle of 199.85º 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 #6BC4F0 is Cyan = 0.55, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 107 | 196 | 240 | - |
| CMYK | 0.55 | 0.18 | 0 | 0.06 |
| HSL | 199.85º | 0.82% | 0.68% | - |
| HSV(B) | 199.85º | 0.55% | 0.94% | - |
| XYZ | 41.53 | 48.9 | 89.69 | - |
| YUV | 174.41 | 165.01 | 79.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 196 | 240 | 0.55 | 0.18 | 0 | 0.06 | 199.85 | 0.82 | 0.68 |
| Hex | 6B | C4 | F0 | 37 | 12 | 0 | 6 | C8 | 52 | 44 |
| Octal | 153 | 304 | 360 | 67 | 22 | 0 | 6 | 310 | 122 | 104 |
| Binary | 1101011 | 11000100 | 11110000 | 110111 | 10010 | 0 | 110 | 11001000 | 1010010 | 1000100 |
Color Harmonies of #6BC4F0
Complementary color
Monochromatic Colors of #6BC4F0
Black with #6BC4F0
Text Example
Text Example
White with #6BC4F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BC4F0; }
p { color: rgb(107,196,240); }
H1.HeaderClassName
{
color: #6BC4F0;
}
.AnyTagClassName
{
color: #6BC4F0;
}
</style>
background-color css
<style>
a { background-color: #6BC4F0; }
a { background-color: rgb(107,196,240); }
div.DivClassName
{
background-color: #6BC4F0;
}
.BgClassName
{
background-color: #6BC4F0;
}
</style>
border-color css
<style>
span { border-color: #6BC4F0; }
span { border-color: rgb(107,196,240); }
td.TdClassName
{
border-color: #6BC4F0;
}
.TagClassName
{
border-color: #6BC4F0;
}
</style>