Shades of Chetwode Blue #616DB2
Tints of Chetwode Blue #616DB2
RGB
CMYK
RGB Variations
Color information
#616DB2 (or 0x616DB2) is known color: Chetwode Blue. HEX triplet: 61, 6D and B2. RGB value is (97,109,178). Sum of RGB (Red+Green+Blue) = 97+109+178=384 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.26% from 384); Green value is 109 (42.97% from 255 or 28.39% from 384); Blue value is 178 (69.92% from 255 or 46.35% from 384); Max value from RGB is 178 - color contains mainly: blue. Hex color #616DB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616DB2 is #9E924D. Grayscale: #707070. Windows color (decimal): -10392142 or 11693409. OLE color: 11693409.
HSL color Cylindrical-coordinate representation of color #616DB2: hue angle of 231.11º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #616DB2 is Cyan = 0.46, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 97 | 109 | 178 | - |
| CMYK | 0.46 | 0.39 | 0 | 0.30 |
| HSL | 231.11º | 0.34% | 0.54% | - |
| HSV(B) | 231.11º | 0.46% | 0.7% | - |
| XYZ | 18.43 | 16.69 | 44.37 | - |
| YUV | 113.28 | 164.52 | 116.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 109 | 178 | 0.46 | 0.39 | 0 | 0.30 | 231.11 | 0.34 | 0.54 |
| Hex | 61 | 6D | B2 | 2E | 27 | 0 | 1E | E7 | 22 | 36 |
| Octal | 141 | 155 | 262 | 56 | 47 | 0 | 36 | 347 | 42 | 66 |
| Binary | 1100001 | 1101101 | 10110010 | 101110 | 100111 | 0 | 11110 | 11100111 | 100010 | 110110 |
Color Harmonies of #616DB2
Complementary color
Monochromatic Colors of #616DB2
Black with #616DB2
Text Example
Text Example
White with #616DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616DB2; }
p { color: rgb(97,109,178); }
H1.HeaderClassName
{
color: #616DB2;
}
.AnyTagClassName
{
color: #616DB2;
}
</style>
background-color css
<style>
a { background-color: #616DB2; }
a { background-color: rgb(97,109,178); }
div.DivClassName
{
background-color: #616DB2;
}
.BgClassName
{
background-color: #616DB2;
}
</style>
border-color css
<style>
span { border-color: #616DB2; }
span { border-color: rgb(97,109,178); }
td.TdClassName
{
border-color: #616DB2;
}
.TagClassName
{
border-color: #616DB2;
}
</style>