Shades of Maya Blue #6FBAF2
Tints of Maya Blue #6FBAF2
RGB
CMYK
RGB Variations
Color information
#6FBAF2 (or 0x6FBAF2) is known color: Maya Blue. HEX triplet: 6F, BA and F2. RGB value is (111,186,242). Sum of RGB (Red+Green+Blue) = 111+186+242=539 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.59% from 539); Green value is 186 (73.05% from 255 or 34.51% from 539); Blue value is 242 (94.92% from 255 or 44.90% from 539); Max value from RGB is 242 - color contains mainly: blue. Hex color #6FBAF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FBAF2 is #90450D. Grayscale: #A9A9A9. Windows color (decimal): -9454862 or 15907439. OLE color: 15907439.
HSL color Cylindrical-coordinate representation of color #6FBAF2: hue angle of 205.65º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6FBAF2 is Cyan = 0.54, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 111 | 186 | 242 | - |
| CMYK | 0.54 | 0.23 | 0 | 0.05 |
| HSL | 205.65º | 0.83% | 0.69% | - |
| HSV(B) | 205.65º | 0.54% | 0.95% | - |
| XYZ | 40.14 | 44.91 | 90.56 | - |
| YUV | 169.96 | 168.65 | 85.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 186 | 242 | 0.54 | 0.23 | 0 | 0.05 | 205.65 | 0.83 | 0.69 |
| Hex | 6F | BA | F2 | 36 | 17 | 0 | 5 | CE | 53 | 45 |
| Octal | 157 | 272 | 362 | 66 | 27 | 0 | 5 | 316 | 123 | 105 |
| Binary | 1101111 | 10111010 | 11110010 | 110110 | 10111 | 0 | 101 | 11001110 | 1010011 | 1000101 |
Color Harmonies of #6FBAF2
Complementary color
Monochromatic Colors of #6FBAF2
Black with #6FBAF2
Text Example
Text Example
White with #6FBAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBAF2; }
p { color: rgb(111,186,242); }
H1.HeaderClassName
{
color: #6FBAF2;
}
.AnyTagClassName
{
color: #6FBAF2;
}
</style>
background-color css
<style>
a { background-color: #6FBAF2; }
a { background-color: rgb(111,186,242); }
div.DivClassName
{
background-color: #6FBAF2;
}
.BgClassName
{
background-color: #6FBAF2;
}
</style>
border-color css
<style>
span { border-color: #6FBAF2; }
span { border-color: rgb(111,186,242); }
td.TdClassName
{
border-color: #6FBAF2;
}
.TagClassName
{
border-color: #6FBAF2;
}
</style>