Shades of Wedgewood #406C8F
Tints of Wedgewood #406C8F
RGB
CMYK
RGB Variations
Color information
#406C8F (or 0x406C8F) is known color: Wedgewood. HEX triplet: 40, 6C and 8F. RGB value is (64,108,143). Sum of RGB (Red+Green+Blue) = 64+108+143=315 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.32% from 315); Green value is 108 (42.58% from 255 or 34.29% from 315); Blue value is 143 (56.25% from 255 or 45.40% from 315); Max value from RGB is 143 - color contains mainly: blue. Hex color #406C8F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406C8F is #BF9370. Grayscale: #626262. Windows color (decimal): -12555121 or 9399360. OLE color: 9399360.
HSL color Cylindrical-coordinate representation of color #406C8F: hue angle of 206.58º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #406C8F is Cyan = 0.55, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 64 | 108 | 143 | - |
| CMYK | 0.55 | 0.24 | 0 | 0.44 |
| HSL | 206.58º | 0.38% | 0.41% | - |
| HSV(B) | 206.58º | 0.55% | 0.56% | - |
| XYZ | 12.43 | 13.8 | 27.99 | - |
| YUV | 98.83 | 152.92 | 103.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 108 | 143 | 0.55 | 0.24 | 0 | 0.44 | 206.58 | 0.38 | 0.41 |
| Hex | 40 | 6C | 8F | 37 | 18 | 0 | 2C | CF | 26 | 29 |
| Octal | 100 | 154 | 217 | 67 | 30 | 0 | 54 | 317 | 46 | 51 |
| Binary | 1000000 | 1101100 | 10001111 | 110111 | 11000 | 0 | 101100 | 11001111 | 100110 | 101001 |
Color Harmonies of #406C8F
Complementary color
Monochromatic Colors of #406C8F
Black with #406C8F
Text Example
Text Example
White with #406C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406C8F; }
p { color: rgb(64,108,143); }
H1.HeaderClassName
{
color: #406C8F;
}
.AnyTagClassName
{
color: #406C8F;
}
</style>
background-color css
<style>
a { background-color: #406C8F; }
a { background-color: rgb(64,108,143); }
div.DivClassName
{
background-color: #406C8F;
}
.BgClassName
{
background-color: #406C8F;
}
</style>
border-color css
<style>
span { border-color: #406C8F; }
span { border-color: rgb(64,108,143); }
td.TdClassName
{
border-color: #406C8F;
}
.TagClassName
{
border-color: #406C8F;
}
</style>