Shades of Chetwode Blue #616DB5
Tints of Chetwode Blue #616DB5
RGB
CMYK
RGB Variations
Color information
#616DB5 (or 0x616DB5) is known color: Chetwode Blue. HEX triplet: 61, 6D and B5. RGB value is (97,109,181). Sum of RGB (Red+Green+Blue) = 97+109+181=387 (51% of max value = 765). Red value is 97 (38.28% from 255 or 25.06% from 387); Green value is 109 (42.97% from 255 or 28.17% from 387); Blue value is 181 (71.09% from 255 or 46.77% from 387); Max value from RGB is 181 - color contains mainly: blue. Hex color #616DB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #616DB5 is #9E924A. Grayscale: #717171. Windows color (decimal): -10392139 or 11890017. OLE color: 11890017.
HSL color Cylindrical-coordinate representation of color #616DB5: hue angle of 231.43º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #616DB5 is Cyan = 0.46, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 97 | 109 | 181 | - |
| CMYK | 0.46 | 0.40 | 0 | 0.29 |
| HSL | 231.43º | 0.36% | 0.55% | - |
| HSV(B) | 231.43º | 0.46% | 0.71% | - |
| XYZ | 18.74 | 16.81 | 45.97 | - |
| YUV | 113.62 | 166.02 | 116.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 109 | 181 | 0.46 | 0.40 | 0 | 0.29 | 231.43 | 0.36 | 0.55 |
| Hex | 61 | 6D | B5 | 2E | 28 | 0 | 1D | E7 | 24 | 37 |
| Octal | 141 | 155 | 265 | 56 | 50 | 0 | 35 | 347 | 44 | 67 |
| Binary | 1100001 | 1101101 | 10110101 | 101110 | 101000 | 0 | 11101 | 11100111 | 100100 | 110111 |
Color Harmonies of #616DB5
Complementary color
Monochromatic Colors of #616DB5
Black with #616DB5
Text Example
Text Example
White with #616DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616DB5; }
p { color: rgb(97,109,181); }
H1.HeaderClassName
{
color: #616DB5;
}
.AnyTagClassName
{
color: #616DB5;
}
</style>
background-color css
<style>
a { background-color: #616DB5; }
a { background-color: rgb(97,109,181); }
div.DivClassName
{
background-color: #616DB5;
}
.BgClassName
{
background-color: #616DB5;
}
</style>
border-color css
<style>
span { border-color: #616DB5; }
span { border-color: rgb(97,109,181); }
td.TdClassName
{
border-color: #616DB5;
}
.TagClassName
{
border-color: #616DB5;
}
</style>