Shades of Maya Blue #6CBEFF
Tints of Maya Blue #6CBEFF
RGB
CMYK
RGB Variations
Color information
#6CBEFF (or 0x6CBEFF) is known color: Maya Blue. HEX triplet: 6C, BE and FF. RGB value is (108,190,255). Sum of RGB (Red+Green+Blue) = 108+190+255=553 (73% of max value = 765). Red value is 108 (42.58% from 255 or 19.53% from 553); Green value is 190 (74.61% from 255 or 34.36% from 553); Blue value is 255 (100% from 255 or 46.11% from 553); Max value from RGB is 255 - color contains mainly: blue. Hex color #6CBEFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CBEFF is #934100. Grayscale: #ACACAC. Windows color (decimal): -9650433 or 16760428. OLE color: 16760428.
HSL color Cylindrical-coordinate representation of color #6CBEFF: hue angle of 206.53º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6CBEFF is Cyan = 0.58, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 108 | 190 | 255 | - |
| CMYK | 0.58 | 0.25 | 0 | 0 |
| HSL | 206.53º | 1% | 0.71% | - |
| HSV(B) | 206.53º | 0.58% | 1% | - |
| XYZ | 42.65 | 47.24 | 101.48 | - |
| YUV | 172.89 | 174.33 | 81.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 190 | 255 | 0.58 | 0.25 | 0 | 0 | 206.53 | 1 | 0.71 |
| Hex | 6C | BE | FF | 3A | 19 | 0 | 0 | CF | 64 | 47 |
| Octal | 154 | 276 | 377 | 72 | 31 | 0 | 0 | 317 | 144 | 107 |
| Binary | 1101100 | 10111110 | 11111111 | 111010 | 11001 | 0 | 0 | 11001111 | 1100100 | 1000111 |
Color Harmonies of #6CBEFF
Complementary color
Monochromatic Colors of #6CBEFF
Black with #6CBEFF
Text Example
Text Example
White with #6CBEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CBEFF; }
p { color: rgb(108,190,255); }
H1.HeaderClassName
{
color: #6CBEFF;
}
.AnyTagClassName
{
color: #6CBEFF;
}
</style>
background-color css
<style>
a { background-color: #6CBEFF; }
a { background-color: rgb(108,190,255); }
div.DivClassName
{
background-color: #6CBEFF;
}
.BgClassName
{
background-color: #6CBEFF;
}
</style>
border-color css
<style>
span { border-color: #6CBEFF; }
span { border-color: rgb(108,190,255); }
td.TdClassName
{
border-color: #6CBEFF;
}
.TagClassName
{
border-color: #6CBEFF;
}
</style>