Shades of Free Speech Blue #426EC6
Tints of Free Speech Blue #426EC6
RGB
CMYK
RGB Variations
Color information
#426EC6 (or 0x426EC6) is known color: Free Speech Blue. HEX triplet: 42, 6E and C6. RGB value is (66,110,198). Sum of RGB (Red+Green+Blue) = 66+110+198=374 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.65% from 374); Green value is 110 (43.36% from 255 or 29.41% from 374); Blue value is 198 (77.73% from 255 or 52.94% from 374); Max value from RGB is 198 - color contains mainly: blue. Hex color #426EC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426EC6 is #BD9139. Grayscale: #6A6A6A. Windows color (decimal): -12423482 or 13004354. OLE color: 13004354.
HSL color Cylindrical-coordinate representation of color #426EC6: hue angle of 220º 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 #426EC6 is Cyan = 0.67, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 66 | 110 | 198 | - |
| CMYK | 0.67 | 0.44 | 0 | 0.22 |
| HSL | 220º | 0.54% | 0.52% | - |
| HSV(B) | 220º | 0.67% | 0.78% | - |
| XYZ | 18.02 | 16.39 | 55.64 | - |
| YUV | 106.88 | 179.42 | 98.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 110 | 198 | 0.67 | 0.44 | 0 | 0.22 | 220 | 0.54 | 0.52 |
| Hex | 42 | 6E | C6 | 43 | 2C | 0 | 16 | DC | 36 | 34 |
| Octal | 102 | 156 | 306 | 103 | 54 | 0 | 26 | 334 | 66 | 64 |
| Binary | 1000010 | 1101110 | 11000110 | 1000011 | 101100 | 0 | 10110 | 11011100 | 110110 | 110100 |
Color Harmonies of #426EC6
Complementary color
Monochromatic Colors of #426EC6
Black with #426EC6
Text Example
Text Example
White with #426EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426EC6; }
p { color: rgb(66,110,198); }
H1.HeaderClassName
{
color: #426EC6;
}
.AnyTagClassName
{
color: #426EC6;
}
</style>
background-color css
<style>
a { background-color: #426EC6; }
a { background-color: rgb(66,110,198); }
div.DivClassName
{
background-color: #426EC6;
}
.BgClassName
{
background-color: #426EC6;
}
</style>
border-color css
<style>
span { border-color: #426EC6; }
span { border-color: rgb(66,110,198); }
td.TdClassName
{
border-color: #426EC6;
}
.TagClassName
{
border-color: #426EC6;
}
</style>