Shades of Maya Blue #6FB4FA
Tints of Maya Blue #6FB4FA
RGB
CMYK
RGB Variations
Color information
#6FB4FA (or 0x6FB4FA) is known color: Maya Blue. HEX triplet: 6F, B4 and FA. RGB value is (111,180,250). Sum of RGB (Red+Green+Blue) = 111+180+250=541 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.52% from 541); Green value is 180 (70.70% from 255 or 33.27% from 541); Blue value is 250 (98.05% from 255 or 46.21% from 541); Max value from RGB is 250 - color contains mainly: blue. Hex color #6FB4FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FB4FA is #904B05. Grayscale: #A7A7A7. Windows color (decimal): -9456390 or 16430191. OLE color: 16430191.
HSL color Cylindrical-coordinate representation of color #6FB4FA: hue angle of 210.22º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FB4FA is Cyan = 0.56, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 111 | 180 | 250 | - |
| CMYK | 0.56 | 0.28 | 0 | 0.02 |
| HSL | 210.22º | 0.93% | 0.71% | - |
| HSV(B) | 210.22º | 0.56% | 0.98% | - |
| XYZ | 40.13 | 42.92 | 96.61 | - |
| YUV | 167.35 | 174.64 | 87.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 180 | 250 | 0.56 | 0.28 | 0 | 0.02 | 210.22 | 0.93 | 0.71 |
| Hex | 6F | B4 | FA | 38 | 1C | 0 | 2 | D2 | 5D | 47 |
| Octal | 157 | 264 | 372 | 70 | 34 | 0 | 2 | 322 | 135 | 107 |
| Binary | 1101111 | 10110100 | 11111010 | 111000 | 11100 | 0 | 10 | 11010010 | 1011101 | 1000111 |
Color Harmonies of #6FB4FA
Complementary color
Monochromatic Colors of #6FB4FA
Black with #6FB4FA
Text Example
Text Example
White with #6FB4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB4FA; }
p { color: rgb(111,180,250); }
H1.HeaderClassName
{
color: #6FB4FA;
}
.AnyTagClassName
{
color: #6FB4FA;
}
</style>
background-color css
<style>
a { background-color: #6FB4FA; }
a { background-color: rgb(111,180,250); }
div.DivClassName
{
background-color: #6FB4FA;
}
.BgClassName
{
background-color: #6FB4FA;
}
</style>
border-color css
<style>
span { border-color: #6FB4FA; }
span { border-color: rgb(111,180,250); }
td.TdClassName
{
border-color: #6FB4FA;
}
.TagClassName
{
border-color: #6FB4FA;
}
</style>