Shades of Maya Blue #68B9F6
Tints of Maya Blue #68B9F6
RGB
CMYK
RGB Variations
Color information
#68B9F6 (or 0x68B9F6) is known color: Maya Blue. HEX triplet: 68, B9 and F6. RGB value is (104,185,246). Sum of RGB (Red+Green+Blue) = 104+185+246=535 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.44% from 535); Green value is 185 (72.66% from 255 or 34.58% from 535); Blue value is 246 (96.48% from 255 or 45.98% from 535); Max value from RGB is 246 - color contains mainly: blue. Hex color #68B9F6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68B9F6 is #974609. Grayscale: #A7A7A7. Windows color (decimal): -9913866 or 16169320. OLE color: 16169320.
HSL color Cylindrical-coordinate representation of color #68B9F6: hue angle of 205.77º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68B9F6 is Cyan = 0.58, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 104 | 185 | 246 | - |
| CMYK | 0.58 | 0.25 | 0 | 0.04 |
| HSL | 205.77º | 0.89% | 0.69% | - |
| HSV(B) | 205.77º | 0.58% | 0.96% | - |
| XYZ | 39.69 | 44.29 | 93.65 | - |
| YUV | 167.74 | 172.16 | 82.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 185 | 246 | 0.58 | 0.25 | 0 | 0.04 | 205.77 | 0.89 | 0.69 |
| Hex | 68 | B9 | F6 | 3A | 19 | 0 | 4 | CE | 59 | 45 |
| Octal | 150 | 271 | 366 | 72 | 31 | 0 | 4 | 316 | 131 | 105 |
| Binary | 1101000 | 10111001 | 11110110 | 111010 | 11001 | 0 | 100 | 11001110 | 1011001 | 1000101 |
Color Harmonies of #68B9F6
Complementary color
Monochromatic Colors of #68B9F6
Black with #68B9F6
Text Example
Text Example
White with #68B9F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B9F6; }
p { color: rgb(104,185,246); }
H1.HeaderClassName
{
color: #68B9F6;
}
.AnyTagClassName
{
color: #68B9F6;
}
</style>
background-color css
<style>
a { background-color: #68B9F6; }
a { background-color: rgb(104,185,246); }
div.DivClassName
{
background-color: #68B9F6;
}
.BgClassName
{
background-color: #68B9F6;
}
</style>
border-color css
<style>
span { border-color: #68B9F6; }
span { border-color: rgb(104,185,246); }
td.TdClassName
{
border-color: #68B9F6;
}
.TagClassName
{
border-color: #68B9F6;
}
</style>