Shades of Free Speech Blue #416EC6
Tints of Free Speech Blue #416EC6
RGB
CMYK
RGB Variations
Color information
#416EC6 (or 0x416EC6) is known color: Free Speech Blue. HEX triplet: 41, 6E and C6. RGB value is (65,110,198). Sum of RGB (Red+Green+Blue) = 65+110+198=373 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.43% from 373); Green value is 110 (43.36% from 255 or 29.49% from 373); Blue value is 198 (77.73% from 255 or 53.08% from 373); Max value from RGB is 198 - color contains mainly: blue. Hex color #416EC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #416EC6 is #BE9139. Grayscale: #6A6A6A. Windows color (decimal): -12489018 or 13004353. OLE color: 13004353.
HSL color Cylindrical-coordinate representation of color #416EC6: hue angle of 219.7º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #416EC6 is Cyan = 0.67, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 65 | 110 | 198 | - |
| CMYK | 0.67 | 0.44 | 0 | 0.22 |
| HSL | 219.7º | 0.54% | 0.52% | - |
| HSV(B) | 219.7º | 0.67% | 0.78% | - |
| XYZ | 17.95 | 16.35 | 55.64 | - |
| YUV | 106.58 | 179.59 | 98.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 110 | 198 | 0.67 | 0.44 | 0 | 0.22 | 219.7 | 0.54 | 0.52 |
| Hex | 41 | 6E | C6 | 43 | 2C | 0 | 16 | DC | 36 | 34 |
| Octal | 101 | 156 | 306 | 103 | 54 | 0 | 26 | 334 | 66 | 64 |
| Binary | 1000001 | 1101110 | 11000110 | 1000011 | 101100 | 0 | 10110 | 11011100 | 110110 | 110100 |
Color Harmonies of #416EC6
Complementary color
Monochromatic Colors of #416EC6
Black with #416EC6
Text Example
Text Example
White with #416EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416EC6; }
p { color: rgb(65,110,198); }
H1.HeaderClassName
{
color: #416EC6;
}
.AnyTagClassName
{
color: #416EC6;
}
</style>
background-color css
<style>
a { background-color: #416EC6; }
a { background-color: rgb(65,110,198); }
div.DivClassName
{
background-color: #416EC6;
}
.BgClassName
{
background-color: #416EC6;
}
</style>
border-color css
<style>
span { border-color: #416EC6; }
span { border-color: rgb(65,110,198); }
td.TdClassName
{
border-color: #416EC6;
}
.TagClassName
{
border-color: #416EC6;
}
</style>