Shades of Minsk #423B6D
Tints of Minsk #423B6D
RGB
CMYK
RGB Variations
Color information
#423B6D (or 0x423B6D) is known color: Minsk. HEX triplet: 42, 3B and 6D. RGB value is (66,59,109). Sum of RGB (Red+Green+Blue) = 66+59+109=234 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.21% from 234); Green value is 59 (23.44% from 255 or 25.21% from 234); Blue value is 109 (42.97% from 255 or 46.58% from 234); Max value from RGB is 109 - color contains mainly: blue. Hex color #423B6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423B6D is #BDC492. Grayscale: #424242. Windows color (decimal): -12436627 or 7158594. OLE color: 7158594.
HSL color Cylindrical-coordinate representation of color #423B6D: hue angle of 248.4º degrees, saturation: 0.3, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #423B6D is Cyan = 0.39, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 66 | 59 | 109 | - |
| CMYK | 0.39 | 0.46 | 0 | 0.57 |
| HSL | 248.4º | 0.3% | 0.33% | - |
| HSV(B) | 248.4º | 0.46% | 0.43% | - |
| XYZ | 6.57 | 5.39 | 15.16 | - |
| YUV | 66.79 | 151.82 | 127.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 59 | 109 | 0.39 | 0.46 | 0 | 0.57 | 248.4 | 0.3 | 0.33 |
| Hex | 42 | 3B | 6D | 27 | 2E | 0 | 39 | F8 | 1E | 21 |
| Octal | 102 | 73 | 155 | 47 | 56 | 0 | 71 | 370 | 36 | 41 |
| Binary | 1000010 | 111011 | 1101101 | 100111 | 101110 | 0 | 111001 | 11111000 | 11110 | 100001 |
Color Harmonies of #423B6D
Complementary color
Monochromatic Colors of #423B6D
Black with #423B6D
Text Example
Text Example
White with #423B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423B6D; }
p { color: rgb(66,59,109); }
H1.HeaderClassName
{
color: #423B6D;
}
.AnyTagClassName
{
color: #423B6D;
}
</style>
background-color css
<style>
a { background-color: #423B6D; }
a { background-color: rgb(66,59,109); }
div.DivClassName
{
background-color: #423B6D;
}
.BgClassName
{
background-color: #423B6D;
}
</style>
border-color css
<style>
span { border-color: #423B6D; }
span { border-color: rgb(66,59,109); }
td.TdClassName
{
border-color: #423B6D;
}
.TagClassName
{
border-color: #423B6D;
}
</style>