Shades of Maya Blue #6CBCFE
Tints of Maya Blue #6CBCFE
RGB
CMYK
RGB Variations
Color information
#6CBCFE (or 0x6CBCFE) is known color: Maya Blue. HEX triplet: 6C, BC and FE. RGB value is (108,188,254). Sum of RGB (Red+Green+Blue) = 108+188+254=550 (72% of max value = 765). Red value is 108 (42.58% from 255 or 19.64% from 550); Green value is 188 (73.83% from 255 or 34.18% from 550); Blue value is 254 (99.61% from 255 or 46.18% from 550); Max value from RGB is 254 - color contains mainly: blue. Hex color #6CBCFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CBCFE is #934301. Grayscale: #ABABAB. Windows color (decimal): -9650946 or 16694380. OLE color: 16694380.
HSL color Cylindrical-coordinate representation of color #6CBCFE: hue angle of 207.12º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6CBCFE is Cyan = 0.57, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 108 | 188 | 254 | - |
| CMYK | 0.57 | 0.26 | 0 | 0.00 |
| HSL | 207.12º | 0.99% | 0.71% | - |
| HSV(B) | 207.12º | 0.57% | 1% | - |
| XYZ | 42.06 | 46.31 | 100.49 | - |
| YUV | 171.6 | 174.5 | 82.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 188 | 254 | 0.57 | 0.26 | 0 | 0.00 | 207.12 | 0.99 | 0.71 |
| Hex | 6C | BC | FE | 39 | 1A | 0 | 0 | CF | 63 | 47 |
| Octal | 154 | 274 | 376 | 71 | 32 | 0 | 0 | 317 | 143 | 107 |
| Binary | 1101100 | 10111100 | 11111110 | 111001 | 11010 | 0 | 0 | 11001111 | 1100011 | 1000111 |
Color Harmonies of #6CBCFE
Complementary color
Monochromatic Colors of #6CBCFE
Black with #6CBCFE
Text Example
Text Example
White with #6CBCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CBCFE; }
p { color: rgb(108,188,254); }
H1.HeaderClassName
{
color: #6CBCFE;
}
.AnyTagClassName
{
color: #6CBCFE;
}
</style>
background-color css
<style>
a { background-color: #6CBCFE; }
a { background-color: rgb(108,188,254); }
div.DivClassName
{
background-color: #6CBCFE;
}
.BgClassName
{
background-color: #6CBCFE;
}
</style>
border-color css
<style>
span { border-color: #6CBCFE; }
span { border-color: rgb(108,188,254); }
td.TdClassName
{
border-color: #6CBCFE;
}
.TagClassName
{
border-color: #6CBCFE;
}
</style>