Shades of Maya Blue #6DC0FE
Tints of Maya Blue #6DC0FE
RGB
CMYK
RGB Variations
Color information
#6DC0FE (or 0x6DC0FE) is known color: Maya Blue. HEX triplet: 6D, C0 and FE. RGB value is (109,192,254). Sum of RGB (Red+Green+Blue) = 109+192+254=555 (73% of max value = 765). Red value is 109 (42.97% from 255 or 19.64% from 555); Green value is 192 (75.39% from 255 or 34.59% from 555); Blue value is 254 (99.61% from 255 or 45.77% from 555); Max value from RGB is 254 - color contains mainly: blue. Hex color #6DC0FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DC0FE is #923F01. Grayscale: #ADADAD. Windows color (decimal): -9584386 or 16695405. OLE color: 16695405.
HSL color Cylindrical-coordinate representation of color #6DC0FE: hue angle of 205.66º 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 #6DC0FE is Cyan = 0.57, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 109 | 192 | 254 | - |
| CMYK | 0.57 | 0.24 | 0 | 0.00 |
| HSL | 205.66º | 0.99% | 0.71% | - |
| HSV(B) | 205.66º | 0.57% | 1% | - |
| XYZ | 43.05 | 48.11 | 100.78 | - |
| YUV | 174.25 | 173 | 81.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 192 | 254 | 0.57 | 0.24 | 0 | 0.00 | 205.66 | 0.99 | 0.71 |
| Hex | 6D | C0 | FE | 39 | 18 | 0 | 0 | CE | 63 | 47 |
| Octal | 155 | 300 | 376 | 71 | 30 | 0 | 0 | 316 | 143 | 107 |
| Binary | 1101101 | 11000000 | 11111110 | 111001 | 11000 | 0 | 0 | 11001110 | 1100011 | 1000111 |
Color Harmonies of #6DC0FE
Complementary color
Monochromatic Colors of #6DC0FE
Black with #6DC0FE
Text Example
Text Example
White with #6DC0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DC0FE; }
p { color: rgb(109,192,254); }
H1.HeaderClassName
{
color: #6DC0FE;
}
.AnyTagClassName
{
color: #6DC0FE;
}
</style>
background-color css
<style>
a { background-color: #6DC0FE; }
a { background-color: rgb(109,192,254); }
div.DivClassName
{
background-color: #6DC0FE;
}
.BgClassName
{
background-color: #6DC0FE;
}
</style>
border-color css
<style>
span { border-color: #6DC0FE; }
span { border-color: rgb(109,192,254); }
td.TdClassName
{
border-color: #6DC0FE;
}
.TagClassName
{
border-color: #6DC0FE;
}
</style>