Shades of Maya Blue #6CBEFD
Tints of Maya Blue #6CBEFD
RGB
CMYK
RGB Variations
Color information
#6CBEFD (or 0x6CBEFD) is known color: Maya Blue. HEX triplet: 6C, BE and FD. RGB value is (108,190,253). Sum of RGB (Red+Green+Blue) = 108+190+253=551 (72% of max value = 765). Red value is 108 (42.58% from 255 or 19.60% from 551); Green value is 190 (74.61% from 255 or 34.48% from 551); Blue value is 253 (99.22% from 255 or 45.92% from 551); Max value from RGB is 253 - color contains mainly: blue. Hex color #6CBEFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CBEFD is #934102. Grayscale: #ACACAC. Windows color (decimal): -9650435 or 16629356. OLE color: 16629356.
HSL color Cylindrical-coordinate representation of color #6CBEFD: hue angle of 206.07º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6CBEFD is Cyan = 0.57, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 108 | 190 | 253 | - |
| CMYK | 0.57 | 0.25 | 0 | 0.01 |
| HSL | 206.07º | 0.97% | 0.71% | - |
| HSV(B) | 206.07º | 0.57% | 0.99% | - |
| XYZ | 42.33 | 47.11 | 99.79 | - |
| YUV | 172.66 | 173.33 | 81.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 190 | 253 | 0.57 | 0.25 | 0 | 0.01 | 206.07 | 0.97 | 0.71 |
| Hex | 6C | BE | FD | 39 | 19 | 0 | 1 | CE | 61 | 47 |
| Octal | 154 | 276 | 375 | 71 | 31 | 0 | 1 | 316 | 141 | 107 |
| Binary | 1101100 | 10111110 | 11111101 | 111001 | 11001 | 0 | 1 | 11001110 | 1100001 | 1000111 |
Color Harmonies of #6CBEFD
Complementary color
Monochromatic Colors of #6CBEFD
Black with #6CBEFD
Text Example
Text Example
White with #6CBEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CBEFD; }
p { color: rgb(108,190,253); }
H1.HeaderClassName
{
color: #6CBEFD;
}
.AnyTagClassName
{
color: #6CBEFD;
}
</style>
background-color css
<style>
a { background-color: #6CBEFD; }
a { background-color: rgb(108,190,253); }
div.DivClassName
{
background-color: #6CBEFD;
}
.BgClassName
{
background-color: #6CBEFD;
}
</style>
border-color css
<style>
span { border-color: #6CBEFD; }
span { border-color: rgb(108,190,253); }
td.TdClassName
{
border-color: #6CBEFD;
}
.TagClassName
{
border-color: #6CBEFD;
}
</style>