Shades of Free Speech Blue #406FC5
Tints of Free Speech Blue #406FC5
RGB
CMYK
RGB Variations
Color information
#406FC5 (or 0x406FC5) is known color: Free Speech Blue. HEX triplet: 40, 6F and C5. RGB value is (64,111,197). Sum of RGB (Red+Green+Blue) = 64+111+197=372 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.20% from 372); Green value is 111 (43.75% from 255 or 29.84% from 372); Blue value is 197 (77.34% from 255 or 52.96% from 372); Max value from RGB is 197 - color contains mainly: blue. Hex color #406FC5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406FC5 is #BF903A. Grayscale: #6A6A6A. Windows color (decimal): -12554299 or 12939072. OLE color: 12939072.
HSL color Cylindrical-coordinate representation of color #406FC5: hue angle of 218.8º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #406FC5 is Cyan = 0.68, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 64 | 111 | 197 | - |
| CMYK | 0.68 | 0.44 | 0 | 0.23 |
| HSL | 218.8º | 0.53% | 0.51% | - |
| HSV(B) | 218.8º | 0.68% | 0.77% | - |
| XYZ | 17.88 | 16.49 | 55.06 | - |
| YUV | 106.75 | 178.93 | 97.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 111 | 197 | 0.68 | 0.44 | 0 | 0.23 | 218.8 | 0.53 | 0.51 |
| Hex | 40 | 6F | C5 | 44 | 2C | 0 | 17 | DB | 35 | 33 |
| Octal | 100 | 157 | 305 | 104 | 54 | 0 | 27 | 333 | 65 | 63 |
| Binary | 1000000 | 1101111 | 11000101 | 1000100 | 101100 | 0 | 10111 | 11011011 | 110101 | 110011 |
Color Harmonies of #406FC5
Complementary color
Monochromatic Colors of #406FC5
Black with #406FC5
Text Example
Text Example
White with #406FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406FC5; }
p { color: rgb(64,111,197); }
H1.HeaderClassName
{
color: #406FC5;
}
.AnyTagClassName
{
color: #406FC5;
}
</style>
background-color css
<style>
a { background-color: #406FC5; }
a { background-color: rgb(64,111,197); }
div.DivClassName
{
background-color: #406FC5;
}
.BgClassName
{
background-color: #406FC5;
}
</style>
border-color css
<style>
span { border-color: #406FC5; }
span { border-color: rgb(64,111,197); }
td.TdClassName
{
border-color: #406FC5;
}
.TagClassName
{
border-color: #406FC5;
}
</style>