Shades of Maya Blue #6BCEFE
Tints of Maya Blue #6BCEFE
RGB
CMYK
RGB Variations
Color information
#6BCEFE (or 0x6BCEFE) is known color: Maya Blue. HEX triplet: 6B, CE and FE. RGB value is (107,206,254). Sum of RGB (Red+Green+Blue) = 107+206+254=567 (75% of max value = 765). Red value is 107 (42.19% from 255 or 18.87% from 567); Green value is 206 (80.86% from 255 or 36.33% from 567); Blue value is 254 (99.61% from 255 or 44.80% from 567); Max value from RGB is 254 - color contains mainly: blue. Hex color #6BCEFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BCEFE is #943101. Grayscale: #B5B5B5. Windows color (decimal): -9711874 or 16698987. OLE color: 16698987.
HSL color Cylindrical-coordinate representation of color #6BCEFE: hue angle of 199.59º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BCEFE is Cyan = 0.58, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 107 | 206 | 254 | - |
| CMYK | 0.58 | 0.19 | 0 | 0.00 |
| HSL | 199.59º | 0.99% | 0.71% | - |
| HSV(B) | 199.59º | 0.58% | 1% | - |
| XYZ | 46.02 | 54.42 | 101.85 | - |
| YUV | 181.87 | 168.7 | 74.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 206 | 254 | 0.58 | 0.19 | 0 | 0.00 | 199.59 | 0.99 | 0.71 |
| Hex | 6B | CE | FE | 3A | 13 | 0 | 0 | C8 | 63 | 47 |
| Octal | 153 | 316 | 376 | 72 | 23 | 0 | 0 | 310 | 143 | 107 |
| Binary | 1101011 | 11001110 | 11111110 | 111010 | 10011 | 0 | 0 | 11001000 | 1100011 | 1000111 |
Color Harmonies of #6BCEFE
Complementary color
Monochromatic Colors of #6BCEFE
Black with #6BCEFE
Text Example
Text Example
White with #6BCEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCEFE; }
p { color: rgb(107,206,254); }
H1.HeaderClassName
{
color: #6BCEFE;
}
.AnyTagClassName
{
color: #6BCEFE;
}
</style>
background-color css
<style>
a { background-color: #6BCEFE; }
a { background-color: rgb(107,206,254); }
div.DivClassName
{
background-color: #6BCEFE;
}
.BgClassName
{
background-color: #6BCEFE;
}
</style>
border-color css
<style>
span { border-color: #6BCEFE; }
span { border-color: rgb(107,206,254); }
td.TdClassName
{
border-color: #6BCEFE;
}
.TagClassName
{
border-color: #6BCEFE;
}
</style>