Shades of Minsk #423C69
Tints of Minsk #423C69
RGB
CMYK
RGB Variations
Color information
#423C69 (or 0x423C69) is known color: Minsk. HEX triplet: 42, 3C and 69. RGB value is (66,60,105). Sum of RGB (Red+Green+Blue) = 66+60+105=231 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.57% from 231); Green value is 60 (23.83% from 255 or 25.97% from 231); Blue value is 105 (41.41% from 255 or 45.45% from 231); Max value from RGB is 105 - color contains mainly: blue. Hex color #423C69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423C69 is #BDC396. Grayscale: #424242. Windows color (decimal): -12436375 or 6896706. OLE color: 6896706.
HSL color Cylindrical-coordinate representation of color #423C69: hue angle of 248º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #423C69 is Cyan = 0.37, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 66 | 60 | 105 | - |
| CMYK | 0.37 | 0.43 | 0 | 0.59 |
| HSL | 248º | 0.27% | 0.32% | - |
| HSV(B) | 248º | 0.43% | 0.41% | - |
| XYZ | 6.41 | 5.41 | 14.07 | - |
| YUV | 66.92 | 149.49 | 127.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 60 | 105 | 0.37 | 0.43 | 0 | 0.59 | 248 | 0.27 | 0.32 |
| Hex | 42 | 3C | 69 | 25 | 2B | 0 | 3B | F8 | 1B | 20 |
| Octal | 102 | 74 | 151 | 45 | 53 | 0 | 73 | 370 | 33 | 40 |
| Binary | 1000010 | 111100 | 1101001 | 100101 | 101011 | 0 | 111011 | 11111000 | 11011 | 100000 |
Color Harmonies of #423C69
Complementary color
Monochromatic Colors of #423C69
Black with #423C69
Text Example
Text Example
White with #423C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423C69; }
p { color: rgb(66,60,105); }
H1.HeaderClassName
{
color: #423C69;
}
.AnyTagClassName
{
color: #423C69;
}
</style>
background-color css
<style>
a { background-color: #423C69; }
a { background-color: rgb(66,60,105); }
div.DivClassName
{
background-color: #423C69;
}
.BgClassName
{
background-color: #423C69;
}
</style>
border-color css
<style>
span { border-color: #423C69; }
span { border-color: rgb(66,60,105); }
td.TdClassName
{
border-color: #423C69;
}
.TagClassName
{
border-color: #423C69;
}
</style>