Shades of Maya Blue #6FC1FF
Tints of Maya Blue #6FC1FF
RGB
CMYK
RGB Variations
Color information
#6FC1FF (or 0x6FC1FF) is known color: Maya Blue. HEX triplet: 6F, C1 and FF. RGB value is (111,193,255). Sum of RGB (Red+Green+Blue) = 111+193+255=559 (74% of max value = 765). Red value is 111 (43.75% from 255 or 19.86% from 559); Green value is 193 (75.78% from 255 or 34.53% from 559); Blue value is 255 (100% from 255 or 45.62% from 559); Max value from RGB is 255 - color contains mainly: blue. Hex color #6FC1FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FC1FF is #903E00. Grayscale: #AFAFAF. Windows color (decimal): -9453057 or 16761199. OLE color: 16761199.
HSL color Cylindrical-coordinate representation of color #6FC1FF: hue angle of 205.83º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FC1FF is Cyan = 0.56, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 111 | 193 | 255 | - |
| CMYK | 0.56 | 0.24 | 0 | 0 |
| HSL | 205.83º | 1% | 0.72% | - |
| HSV(B) | 205.83º | 0.56% | 1% | - |
| XYZ | 43.68 | 48.74 | 101.71 | - |
| YUV | 175.55 | 172.83 | 81.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 193 | 255 | 0.56 | 0.24 | 0 | 0 | 205.83 | 1 | 0.72 |
| Hex | 6F | C1 | FF | 38 | 18 | 0 | 0 | CE | 64 | 48 |
| Octal | 157 | 301 | 377 | 70 | 30 | 0 | 0 | 316 | 144 | 110 |
| Binary | 1101111 | 11000001 | 11111111 | 111000 | 11000 | 0 | 0 | 11001110 | 1100100 | 1001000 |
Color Harmonies of #6FC1FF
Complementary color
Monochromatic Colors of #6FC1FF
Black with #6FC1FF
Text Example
Text Example
White with #6FC1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FC1FF; }
p { color: rgb(111,193,255); }
H1.HeaderClassName
{
color: #6FC1FF;
}
.AnyTagClassName
{
color: #6FC1FF;
}
</style>
background-color css
<style>
a { background-color: #6FC1FF; }
a { background-color: rgb(111,193,255); }
div.DivClassName
{
background-color: #6FC1FF;
}
.BgClassName
{
background-color: #6FC1FF;
}
</style>
border-color css
<style>
span { border-color: #6FC1FF; }
span { border-color: rgb(111,193,255); }
td.TdClassName
{
border-color: #6FC1FF;
}
.TagClassName
{
border-color: #6FC1FF;
}
</style>