Shades of Maya Blue #6CBBFF
Tints of Maya Blue #6CBBFF
RGB
CMYK
RGB Variations
Color information
#6CBBFF (or 0x6CBBFF) is known color: Maya Blue. HEX triplet: 6C, BB and FF. RGB value is (108,187,255). Sum of RGB (Red+Green+Blue) = 108+187+255=550 (72% of max value = 765). Red value is 108 (42.58% from 255 or 19.64% from 550); Green value is 187 (73.44% from 255 or 34% from 550); Blue value is 255 (100% from 255 or 46.36% from 550); Max value from RGB is 255 - color contains mainly: blue. Hex color #6CBBFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CBBFF is #934400. Grayscale: #AAAAAA. Windows color (decimal): -9651201 or 16759660. OLE color: 16759660.
HSL color Cylindrical-coordinate representation of color #6CBBFF: hue angle of 207.76º 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 #6CBBFF is Cyan = 0.58, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 108 | 187 | 255 | - |
| CMYK | 0.58 | 0.27 | 0 | 0 |
| HSL | 207.76º | 1% | 0.71% | - |
| HSV(B) | 207.76º | 0.58% | 1% | - |
| XYZ | 42 | 45.95 | 101.26 | - |
| YUV | 171.13 | 175.33 | 82.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 187 | 255 | 0.58 | 0.27 | 0 | 0 | 207.76 | 1 | 0.71 |
| Hex | 6C | BB | FF | 3A | 1B | 0 | 0 | D0 | 64 | 47 |
| Octal | 154 | 273 | 377 | 72 | 33 | 0 | 0 | 320 | 144 | 107 |
| Binary | 1101100 | 10111011 | 11111111 | 111010 | 11011 | 0 | 0 | 11010000 | 1100100 | 1000111 |
Color Harmonies of #6CBBFF
Complementary color
Monochromatic Colors of #6CBBFF
Black with #6CBBFF
Text Example
Text Example
White with #6CBBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CBBFF; }
p { color: rgb(108,187,255); }
H1.HeaderClassName
{
color: #6CBBFF;
}
.AnyTagClassName
{
color: #6CBBFF;
}
</style>
background-color css
<style>
a { background-color: #6CBBFF; }
a { background-color: rgb(108,187,255); }
div.DivClassName
{
background-color: #6CBBFF;
}
.BgClassName
{
background-color: #6CBBFF;
}
</style>
border-color css
<style>
span { border-color: #6CBBFF; }
span { border-color: rgb(108,187,255); }
td.TdClassName
{
border-color: #6CBBFF;
}
.TagClassName
{
border-color: #6CBBFF;
}
</style>