Shades of Maya Blue #6BCDFE
Tints of Maya Blue #6BCDFE
RGB
CMYK
RGB Variations
Color information
#6BCDFE (or 0x6BCDFE) is known color: Maya Blue. HEX triplet: 6B, CD and FE. RGB value is (107,205,254). Sum of RGB (Red+Green+Blue) = 107+205+254=566 (74% of max value = 765). Red value is 107 (42.19% from 255 or 18.90% from 566); Green value is 205 (80.47% from 255 or 36.22% from 566); Blue value is 254 (99.61% from 255 or 44.88% from 566); Max value from RGB is 254 - color contains mainly: blue. Hex color #6BCDFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BCDFE is #943201. Grayscale: #B4B4B4. Windows color (decimal): -9712130 or 16698731. OLE color: 16698731.
HSL color Cylindrical-coordinate representation of color #6BCDFE: hue angle of 200º 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 #6BCDFE is Cyan = 0.58, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 107 | 205 | 254 | - |
| CMYK | 0.58 | 0.19 | 0 | 0.00 |
| HSL | 200º | 0.99% | 0.71% | - |
| HSV(B) | 200º | 0.58% | 1% | - |
| XYZ | 45.78 | 53.94 | 101.77 | - |
| YUV | 181.28 | 169.03 | 75.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 205 | 254 | 0.58 | 0.19 | 0 | 0.00 | 200 | 0.99 | 0.71 |
| Hex | 6B | CD | FE | 3A | 13 | 0 | 0 | C8 | 63 | 47 |
| Octal | 153 | 315 | 376 | 72 | 23 | 0 | 0 | 310 | 143 | 107 |
| Binary | 1101011 | 11001101 | 11111110 | 111010 | 10011 | 0 | 0 | 11001000 | 1100011 | 1000111 |
Color Harmonies of #6BCDFE
Complementary color
Monochromatic Colors of #6BCDFE
Black with #6BCDFE
Text Example
Text Example
White with #6BCDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCDFE; }
p { color: rgb(107,205,254); }
H1.HeaderClassName
{
color: #6BCDFE;
}
.AnyTagClassName
{
color: #6BCDFE;
}
</style>
background-color css
<style>
a { background-color: #6BCDFE; }
a { background-color: rgb(107,205,254); }
div.DivClassName
{
background-color: #6BCDFE;
}
.BgClassName
{
background-color: #6BCDFE;
}
</style>
border-color css
<style>
span { border-color: #6BCDFE; }
span { border-color: rgb(107,205,254); }
td.TdClassName
{
border-color: #6BCDFE;
}
.TagClassName
{
border-color: #6BCDFE;
}
</style>