Shades of Maya Blue #6BAFFE
Tints of Maya Blue #6BAFFE
RGB
CMYK
RGB Variations
Color information
#6BAFFE (or 0x6BAFFE) is known color: Maya Blue. HEX triplet: 6B, AF and FE. RGB value is (107,175,254). Sum of RGB (Red+Green+Blue) = 107+175+254=536 (70% of max value = 765). Red value is 107 (42.19% from 255 or 19.96% from 536); Green value is 175 (68.75% from 255 or 32.65% from 536); Blue value is 254 (99.61% from 255 or 47.39% from 536); Max value from RGB is 254 - color contains mainly: blue. Hex color #6BAFFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6BAFFE is #945001. Grayscale: #A3A3A3. Windows color (decimal): -9719810 or 16691051. OLE color: 16691051.
HSL color Cylindrical-coordinate representation of color #6BAFFE: hue angle of 212.24º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BAFFE is Cyan = 0.58, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 107 | 175 | 254 | - |
| CMYK | 0.58 | 0.31 | 0 | 0.00 |
| HSL | 212.24º | 0.99% | 0.71% | - |
| HSV(B) | 212.24º | 0.58% | 1% | - |
| XYZ | 39.28 | 40.94 | 99.6 | - |
| YUV | 163.67 | 178.97 | 87.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 175 | 254 | 0.58 | 0.31 | 0 | 0.00 | 212.24 | 0.99 | 0.71 |
| Hex | 6B | AF | FE | 3A | 1F | 0 | 0 | D4 | 63 | 47 |
| Octal | 153 | 257 | 376 | 72 | 37 | 0 | 0 | 324 | 143 | 107 |
| Binary | 1101011 | 10101111 | 11111110 | 111010 | 11111 | 0 | 0 | 11010100 | 1100011 | 1000111 |
Color Harmonies of #6BAFFE
Complementary color
Monochromatic Colors of #6BAFFE
Black with #6BAFFE
Text Example
Text Example
White with #6BAFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAFFE; }
p { color: rgb(107,175,254); }
H1.HeaderClassName
{
color: #6BAFFE;
}
.AnyTagClassName
{
color: #6BAFFE;
}
</style>
background-color css
<style>
a { background-color: #6BAFFE; }
a { background-color: rgb(107,175,254); }
div.DivClassName
{
background-color: #6BAFFE;
}
.BgClassName
{
background-color: #6BAFFE;
}
</style>
border-color css
<style>
span { border-color: #6BAFFE; }
span { border-color: rgb(107,175,254); }
td.TdClassName
{
border-color: #6BAFFE;
}
.TagClassName
{
border-color: #6BAFFE;
}
</style>