Shades of Maya Blue #6BCAFB
Tints of Maya Blue #6BCAFB
RGB
CMYK
RGB Variations
Color information
#6BCAFB (or 0x6BCAFB) is known color: Maya Blue. HEX triplet: 6B, CA and FB. RGB value is (107,202,251). Sum of RGB (Red+Green+Blue) = 107+202+251=560 (74% of max value = 765). Red value is 107 (42.19% from 255 or 19.11% from 560); Green value is 202 (79.30% from 255 or 36.07% from 560); Blue value is 251 (98.44% from 255 or 44.82% from 560); Max value from RGB is 251 - color contains mainly: blue. Hex color #6BCAFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BCAFB is #943504. Grayscale: #B2B2B2. Windows color (decimal): -9712901 or 16501355. OLE color: 16501355.
HSL color Cylindrical-coordinate representation of color #6BCAFB: hue angle of 200.42º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6BCAFB is Cyan = 0.57, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 107 | 202 | 251 | - |
| CMYK | 0.57 | 0.20 | 0 | 0.02 |
| HSL | 200.42º | 0.95% | 0.7% | - |
| HSV(B) | 200.42º | 0.57% | 0.98% | - |
| XYZ | 44.6 | 52.33 | 99.02 | - |
| YUV | 179.18 | 168.53 | 76.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 202 | 251 | 0.57 | 0.20 | 0 | 0.02 | 200.42 | 0.95 | 0.7 |
| Hex | 6B | CA | FB | 39 | 14 | 0 | 2 | C8 | 5F | 46 |
| Octal | 153 | 312 | 373 | 71 | 24 | 0 | 2 | 310 | 137 | 106 |
| Binary | 1101011 | 11001010 | 11111011 | 111001 | 10100 | 0 | 10 | 11001000 | 1011111 | 1000110 |
Color Harmonies of #6BCAFB
Complementary color
Monochromatic Colors of #6BCAFB
Black with #6BCAFB
Text Example
Text Example
White with #6BCAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCAFB; }
p { color: rgb(107,202,251); }
H1.HeaderClassName
{
color: #6BCAFB;
}
.AnyTagClassName
{
color: #6BCAFB;
}
</style>
background-color css
<style>
a { background-color: #6BCAFB; }
a { background-color: rgb(107,202,251); }
div.DivClassName
{
background-color: #6BCAFB;
}
.BgClassName
{
background-color: #6BCAFB;
}
</style>
border-color css
<style>
span { border-color: #6BCAFB; }
span { border-color: rgb(107,202,251); }
td.TdClassName
{
border-color: #6BCAFB;
}
.TagClassName
{
border-color: #6BCAFB;
}
</style>