Shades of Free Speech Blue #406BBB
Tints of Free Speech Blue #406BBB
RGB
CMYK
RGB Variations
Color information
#406BBB (or 0x406BBB) is known color: Free Speech Blue. HEX triplet: 40, 6B and BB. RGB value is (64,107,187). Sum of RGB (Red+Green+Blue) = 64+107+187=358 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.88% from 358); Green value is 107 (42.19% from 255 or 29.89% from 358); Blue value is 187 (73.44% from 255 or 52.23% from 358); Max value from RGB is 187 - color contains mainly: blue. Hex color #406BBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406BBB is #BF9444. Grayscale: #666666. Windows color (decimal): -12555333 or 12282688. OLE color: 12282688.
HSL color Cylindrical-coordinate representation of color #406BBB: hue angle of 219.02º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #406BBB is Cyan = 0.66, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 107 | 187 | - |
| CMYK | 0.66 | 0.43 | 0 | 0.27 |
| HSL | 219.02º | 0.49% | 0.49% | - |
| HSV(B) | 219.02º | 0.66% | 0.73% | - |
| XYZ | 16.34 | 15.19 | 49.09 | - |
| YUV | 103.26 | 175.25 | 100 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 107 | 187 | 0.66 | 0.43 | 0 | 0.27 | 219.02 | 0.49 | 0.49 |
| Hex | 40 | 6B | BB | 42 | 2B | 0 | 1B | DB | 31 | 31 |
| Octal | 100 | 153 | 273 | 102 | 53 | 0 | 33 | 333 | 61 | 61 |
| Binary | 1000000 | 1101011 | 10111011 | 1000010 | 101011 | 0 | 11011 | 11011011 | 110001 | 110001 |
Color Harmonies of #406BBB
Complementary color
Monochromatic Colors of #406BBB
Black with #406BBB
Text Example
Text Example
White with #406BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406BBB; }
p { color: rgb(64,107,187); }
H1.HeaderClassName
{
color: #406BBB;
}
.AnyTagClassName
{
color: #406BBB;
}
</style>
background-color css
<style>
a { background-color: #406BBB; }
a { background-color: rgb(64,107,187); }
div.DivClassName
{
background-color: #406BBB;
}
.BgClassName
{
background-color: #406BBB;
}
</style>
border-color css
<style>
span { border-color: #406BBB; }
span { border-color: rgb(64,107,187); }
td.TdClassName
{
border-color: #406BBB;
}
.TagClassName
{
border-color: #406BBB;
}
</style>