Shades of Maya Blue #6BCAF0
Tints of Maya Blue #6BCAF0
RGB
CMYK
RGB Variations
Color information
#6BCAF0 (or 0x6BCAF0) is known color: Maya Blue. HEX triplet: 6B, CA and F0. RGB value is (107,202,240). Sum of RGB (Red+Green+Blue) = 107+202+240=549 (72% of max value = 765). Red value is 107 (42.19% from 255 or 19.49% from 549); Green value is 202 (79.30% from 255 or 36.79% from 549); Blue value is 240 (94.14% from 255 or 43.72% from 549); Max value from RGB is 240 - color contains mainly: blue. Hex color #6BCAF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BCAF0 is #94350F. Grayscale: #B1B1B1. Windows color (decimal): -9712912 or 15780459. OLE color: 15780459.
HSL color Cylindrical-coordinate representation of color #6BCAF0: hue angle of 197.14º 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 #6BCAF0 is Cyan = 0.55, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 107 | 202 | 240 | - |
| CMYK | 0.55 | 0.16 | 0 | 0.06 |
| HSL | 197.14º | 0.82% | 0.68% | - |
| HSV(B) | 197.14º | 0.55% | 0.94% | - |
| XYZ | 42.91 | 51.66 | 90.15 | - |
| YUV | 177.93 | 163.03 | 77.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 202 | 240 | 0.55 | 0.16 | 0 | 0.06 | 197.14 | 0.82 | 0.68 |
| Hex | 6B | CA | F0 | 37 | 10 | 0 | 6 | C5 | 52 | 44 |
| Octal | 153 | 312 | 360 | 67 | 20 | 0 | 6 | 305 | 122 | 104 |
| Binary | 1101011 | 11001010 | 11110000 | 110111 | 10000 | 0 | 110 | 11000101 | 1010010 | 1000100 |
Color Harmonies of #6BCAF0
Complementary color
Monochromatic Colors of #6BCAF0
Black with #6BCAF0
Text Example
Text Example
White with #6BCAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCAF0; }
p { color: rgb(107,202,240); }
H1.HeaderClassName
{
color: #6BCAF0;
}
.AnyTagClassName
{
color: #6BCAF0;
}
</style>
background-color css
<style>
a { background-color: #6BCAF0; }
a { background-color: rgb(107,202,240); }
div.DivClassName
{
background-color: #6BCAF0;
}
.BgClassName
{
background-color: #6BCAF0;
}
</style>
border-color css
<style>
span { border-color: #6BCAF0; }
span { border-color: rgb(107,202,240); }
td.TdClassName
{
border-color: #6BCAF0;
}
.TagClassName
{
border-color: #6BCAF0;
}
</style>