Shades of Maya Blue #68C6FF
Tints of Maya Blue #68C6FF
RGB
CMYK
RGB Variations
Color information
#68C6FF (or 0x68C6FF) is known color: Maya Blue. HEX triplet: 68, C6 and FF. RGB value is (104,198,255). Sum of RGB (Red+Green+Blue) = 104+198+255=557 (73% of max value = 765). Red value is 104 (41.02% from 255 or 18.67% from 557); Green value is 198 (77.73% from 255 or 35.55% from 557); Blue value is 255 (100% from 255 or 45.78% from 557); Max value from RGB is 255 - color contains mainly: blue. Hex color #68C6FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68C6FF is #973900. Grayscale: #B0B0B0. Windows color (decimal): -9910529 or 16762472. OLE color: 16762472.
HSL color Cylindrical-coordinate representation of color #68C6FF: hue angle of 202.65º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68C6FF is Cyan = 0.59, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 104 | 198 | 255 | - |
| CMYK | 0.59 | 0.22 | 0 | 0 |
| HSL | 202.65º | 1% | 0.7% | - |
| HSV(B) | 202.65º | 0.59% | 1% | - |
| XYZ | 43.95 | 50.55 | 102.05 | - |
| YUV | 176.39 | 172.36 | 76.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 198 | 255 | 0.59 | 0.22 | 0 | 0 | 202.65 | 1 | 0.7 |
| Hex | 68 | C6 | FF | 3B | 16 | 0 | 0 | CB | 64 | 46 |
| Octal | 150 | 306 | 377 | 73 | 26 | 0 | 0 | 313 | 144 | 106 |
| Binary | 1101000 | 11000110 | 11111111 | 111011 | 10110 | 0 | 0 | 11001011 | 1100100 | 1000110 |
Color Harmonies of #68C6FF
Complementary color
Monochromatic Colors of #68C6FF
Black with #68C6FF
Text Example
Text Example
White with #68C6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C6FF; }
p { color: rgb(104,198,255); }
H1.HeaderClassName
{
color: #68C6FF;
}
.AnyTagClassName
{
color: #68C6FF;
}
</style>
background-color css
<style>
a { background-color: #68C6FF; }
a { background-color: rgb(104,198,255); }
div.DivClassName
{
background-color: #68C6FF;
}
.BgClassName
{
background-color: #68C6FF;
}
</style>
border-color css
<style>
span { border-color: #68C6FF; }
span { border-color: rgb(104,198,255); }
td.TdClassName
{
border-color: #68C6FF;
}
.TagClassName
{
border-color: #68C6FF;
}
</style>