Shades of Maya Blue #6CB6F0
Tints of Maya Blue #6CB6F0
RGB
CMYK
RGB Variations
Color information
#6CB6F0 (or 0x6CB6F0) is known color: Maya Blue. HEX triplet: 6C, B6 and F0. RGB value is (108,182,240). Sum of RGB (Red+Green+Blue) = 108+182+240=530 (70% of max value = 765). Red value is 108 (42.58% from 255 or 20.38% from 530); Green value is 182 (71.48% from 255 or 34.34% from 530); Blue value is 240 (94.14% from 255 or 45.28% from 530); Max value from RGB is 240 - color contains mainly: blue. Hex color #6CB6F0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CB6F0 is #93490F. Grayscale: #A6A6A6. Windows color (decimal): -9652496 or 15775340. OLE color: 15775340.
HSL color Cylindrical-coordinate representation of color #6CB6F0: hue angle of 206.36º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6CB6F0 is Cyan = 0.55, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 108 | 182 | 240 | - |
| CMYK | 0.55 | 0.24 | 0 | 0.06 |
| HSL | 206.36º | 0.81% | 0.68% | - |
| HSV(B) | 206.36º | 0.55% | 0.94% | - |
| XYZ | 38.64 | 42.94 | 88.69 | - |
| YUV | 166.49 | 169.48 | 86.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 182 | 240 | 0.55 | 0.24 | 0 | 0.06 | 206.36 | 0.81 | 0.68 |
| Hex | 6C | B6 | F0 | 37 | 18 | 0 | 6 | CE | 51 | 44 |
| Octal | 154 | 266 | 360 | 67 | 30 | 0 | 6 | 316 | 121 | 104 |
| Binary | 1101100 | 10110110 | 11110000 | 110111 | 11000 | 0 | 110 | 11001110 | 1010001 | 1000100 |
Color Harmonies of #6CB6F0
Complementary color
Monochromatic Colors of #6CB6F0
Black with #6CB6F0
Text Example
Text Example
White with #6CB6F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CB6F0; }
p { color: rgb(108,182,240); }
H1.HeaderClassName
{
color: #6CB6F0;
}
.AnyTagClassName
{
color: #6CB6F0;
}
</style>
background-color css
<style>
a { background-color: #6CB6F0; }
a { background-color: rgb(108,182,240); }
div.DivClassName
{
background-color: #6CB6F0;
}
.BgClassName
{
background-color: #6CB6F0;
}
</style>
border-color css
<style>
span { border-color: #6CB6F0; }
span { border-color: rgb(108,182,240); }
td.TdClassName
{
border-color: #6CB6F0;
}
.TagClassName
{
border-color: #6CB6F0;
}
</style>