Shades of Maya Blue #6BCDF3
Tints of Maya Blue #6BCDF3
RGB
CMYK
RGB Variations
Color information
#6BCDF3 (or 0x6BCDF3) is known color: Maya Blue. HEX triplet: 6B, CD and F3. RGB value is (107,205,243). Sum of RGB (Red+Green+Blue) = 107+205+243=555 (73% of max value = 765). Red value is 107 (42.19% from 255 or 19.28% from 555); Green value is 205 (80.47% from 255 or 36.94% from 555); Blue value is 243 (95.31% from 255 or 43.78% from 555); Max value from RGB is 243 - color contains mainly: blue. Hex color #6BCDF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BCDF3 is #94320C. Grayscale: #B3B3B3. Windows color (decimal): -9712141 or 15977835. OLE color: 15977835.
HSL color Cylindrical-coordinate representation of color #6BCDF3: hue angle of 196.76º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6BCDF3 is Cyan = 0.56, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 107 | 205 | 243 | - |
| CMYK | 0.56 | 0.16 | 0 | 0.05 |
| HSL | 196.76º | 0.85% | 0.69% | - |
| HSV(B) | 196.76º | 0.56% | 0.95% | - |
| XYZ | 44.07 | 53.26 | 92.75 | - |
| YUV | 180.03 | 163.53 | 75.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 205 | 243 | 0.56 | 0.16 | 0 | 0.05 | 196.76 | 0.85 | 0.69 |
| Hex | 6B | CD | F3 | 38 | 10 | 0 | 5 | C5 | 55 | 45 |
| Octal | 153 | 315 | 363 | 70 | 20 | 0 | 5 | 305 | 125 | 105 |
| Binary | 1101011 | 11001101 | 11110011 | 111000 | 10000 | 0 | 101 | 11000101 | 1010101 | 1000101 |
Color Harmonies of #6BCDF3
Complementary color
Monochromatic Colors of #6BCDF3
Black with #6BCDF3
Text Example
Text Example
White with #6BCDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCDF3; }
p { color: rgb(107,205,243); }
H1.HeaderClassName
{
color: #6BCDF3;
}
.AnyTagClassName
{
color: #6BCDF3;
}
</style>
background-color css
<style>
a { background-color: #6BCDF3; }
a { background-color: rgb(107,205,243); }
div.DivClassName
{
background-color: #6BCDF3;
}
.BgClassName
{
background-color: #6BCDF3;
}
</style>
border-color css
<style>
span { border-color: #6BCDF3; }
span { border-color: rgb(107,205,243); }
td.TdClassName
{
border-color: #6BCDF3;
}
.TagClassName
{
border-color: #6BCDF3;
}
</style>