Shades of Maya Blue #6CAEFF
Tints of Maya Blue #6CAEFF
RGB
CMYK
RGB Variations
Color information
#6CAEFF (or 0x6CAEFF) is known color: Maya Blue. HEX triplet: 6C, AE and FF. RGB value is (108,174,255). Sum of RGB (Red+Green+Blue) = 108+174+255=537 (71% of max value = 765). Red value is 108 (42.58% from 255 or 20.11% from 537); Green value is 174 (68.36% from 255 or 32.40% from 537); Blue value is 255 (100% from 255 or 47.49% from 537); Max value from RGB is 255 - color contains mainly: blue. Hex color #6CAEFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6CAEFF is #935100. Grayscale: #A3A3A3. Windows color (decimal): -9654529 or 16756332. OLE color: 16756332.
HSL color Cylindrical-coordinate representation of color #6CAEFF: hue angle of 213.06º 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 #6CAEFF is Cyan = 0.58, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 108 | 174 | 255 | - |
| CMYK | 0.58 | 0.32 | 0 | 0 |
| HSL | 213.06º | 1% | 0.71% | - |
| HSV(B) | 213.06º | 0.58% | 1% | - |
| XYZ | 39.37 | 40.68 | 100.38 | - |
| YUV | 163.5 | 179.63 | 88.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 174 | 255 | 0.58 | 0.32 | 0 | 0 | 213.06 | 1 | 0.71 |
| Hex | 6C | AE | FF | 3A | 20 | 0 | 0 | D5 | 64 | 47 |
| Octal | 154 | 256 | 377 | 72 | 40 | 0 | 0 | 325 | 144 | 107 |
| Binary | 1101100 | 10101110 | 11111111 | 111010 | 100000 | 0 | 0 | 11010101 | 1100100 | 1000111 |
Color Harmonies of #6CAEFF
Complementary color
Monochromatic Colors of #6CAEFF
Black with #6CAEFF
Text Example
Text Example
White with #6CAEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CAEFF; }
p { color: rgb(108,174,255); }
H1.HeaderClassName
{
color: #6CAEFF;
}
.AnyTagClassName
{
color: #6CAEFF;
}
</style>
background-color css
<style>
a { background-color: #6CAEFF; }
a { background-color: rgb(108,174,255); }
div.DivClassName
{
background-color: #6CAEFF;
}
.BgClassName
{
background-color: #6CAEFF;
}
</style>
border-color css
<style>
span { border-color: #6CAEFF; }
span { border-color: rgb(108,174,255); }
td.TdClassName
{
border-color: #6CAEFF;
}
.TagClassName
{
border-color: #6CAEFF;
}
</style>