Shades of Blue Diamond #451D6D
Tints of Blue Diamond #451D6D
RGB
CMYK
RGB Variations
Color information
#451D6D (or 0x451D6D) is known color: Blue Diamond. HEX triplet: 45, 1D and 6D. RGB value is (69,29,109). Sum of RGB (Red+Green+Blue) = 69+29+109=207 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.33% from 207); Green value is 29 (11.72% from 255 or 14.01% from 207); Blue value is 109 (42.97% from 255 or 52.66% from 207); Max value from RGB is 109 - color contains mainly: blue. Hex color #451D6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #451D6D is #BAE292. Grayscale: #313131. Windows color (decimal): -12247699 or 7150917. OLE color: 7150917.
HSL color Cylindrical-coordinate representation of color #451D6D: hue angle of 270º degrees, saturation: 0.58, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #451D6D is Cyan = 0.37, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 69 | 29 | 109 | - |
| CMYK | 0.37 | 0.73 | 0 | 0.57 |
| HSL | 270º | 0.58% | 0.27% | - |
| HSV(B) | 270º | 0.73% | 0.43% | - |
| XYZ | 5.65 | 3.25 | 14.8 | - |
| YUV | 50.08 | 161.25 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 29 | 109 | 0.37 | 0.73 | 0 | 0.57 | 270 | 0.58 | 0.27 |
| Hex | 45 | 1D | 6D | 25 | 49 | 0 | 39 | 10E | 3A | 1B |
| Octal | 105 | 35 | 155 | 45 | 111 | 0 | 71 | 416 | 72 | 33 |
| Binary | 1000101 | 11101 | 1101101 | 100101 | 1001001 | 0 | 111001 | 100001110 | 111010 | 11011 |
Color Harmonies of #451D6D
Complementary color
Monochromatic Colors of #451D6D
Black with #451D6D
Text Example
Text Example
White with #451D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451D6D; }
p { color: rgb(69,29,109); }
H1.HeaderClassName
{
color: #451D6D;
}
.AnyTagClassName
{
color: #451D6D;
}
</style>
background-color css
<style>
a { background-color: #451D6D; }
a { background-color: rgb(69,29,109); }
div.DivClassName
{
background-color: #451D6D;
}
.BgClassName
{
background-color: #451D6D;
}
</style>
border-color css
<style>
span { border-color: #451D6D; }
span { border-color: rgb(69,29,109); }
td.TdClassName
{
border-color: #451D6D;
}
.TagClassName
{
border-color: #451D6D;
}
</style>