Shades of Maya Blue #6BAEFF
Tints of Maya Blue #6BAEFF
RGB
CMYK
RGB Variations
Color information
#6BAEFF (or 0x6BAEFF) is known color: Maya Blue. HEX triplet: 6B, AE and FF. RGB value is (107,174,255). Sum of RGB (Red+Green+Blue) = 107+174+255=536 (70% of max value = 765). Red value is 107 (42.19% from 255 or 19.96% from 536); Green value is 174 (68.36% from 255 or 32.46% from 536); Blue value is 255 (100% from 255 or 47.57% from 536); Max value from RGB is 255 - color contains mainly: blue. Hex color #6BAEFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6BAEFF is #945100. Grayscale: #A2A2A2. Windows color (decimal): -9720065 or 16756331. OLE color: 16756331.
HSL color Cylindrical-coordinate representation of color #6BAEFF: hue angle of 212.84º 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 #6BAEFF is Cyan = 0.58, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 107 | 174 | 255 | - |
| CMYK | 0.58 | 0.32 | 0 | 0 |
| HSL | 212.84º | 1% | 0.71% | - |
| HSV(B) | 212.84º | 0.58% | 1% | - |
| XYZ | 39.25 | 40.62 | 100.38 | - |
| YUV | 163.2 | 179.8 | 87.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 174 | 255 | 0.58 | 0.32 | 0 | 0 | 212.84 | 1 | 0.71 |
| Hex | 6B | AE | FF | 3A | 20 | 0 | 0 | D5 | 64 | 47 |
| Octal | 153 | 256 | 377 | 72 | 40 | 0 | 0 | 325 | 144 | 107 |
| Binary | 1101011 | 10101110 | 11111111 | 111010 | 100000 | 0 | 0 | 11010101 | 1100100 | 1000111 |
Color Harmonies of #6BAEFF
Complementary color
Monochromatic Colors of #6BAEFF
Black with #6BAEFF
Text Example
Text Example
White with #6BAEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAEFF; }
p { color: rgb(107,174,255); }
H1.HeaderClassName
{
color: #6BAEFF;
}
.AnyTagClassName
{
color: #6BAEFF;
}
</style>
background-color css
<style>
a { background-color: #6BAEFF; }
a { background-color: rgb(107,174,255); }
div.DivClassName
{
background-color: #6BAEFF;
}
.BgClassName
{
background-color: #6BAEFF;
}
</style>
border-color css
<style>
span { border-color: #6BAEFF; }
span { border-color: rgb(107,174,255); }
td.TdClassName
{
border-color: #6BAEFF;
}
.TagClassName
{
border-color: #6BAEFF;
}
</style>