Shades of Chetwode Blue #61699E
Tints of Chetwode Blue #61699E
RGB
CMYK
RGB Variations
Color information
#61699E (or 0x61699E) is known color: Chetwode Blue. HEX triplet: 61, 69 and 9E. RGB value is (97,105,158). Sum of RGB (Red+Green+Blue) = 97+105+158=360 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.94% from 360); Green value is 105 (41.41% from 255 or 29.17% from 360); Blue value is 158 (62.11% from 255 or 43.89% from 360); Max value from RGB is 158 - color contains mainly: blue. Hex color #61699E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61699E is #9E9661. Grayscale: #6C6C6C. Windows color (decimal): -10393186 or 10381665. OLE color: 10381665.
HSL color Cylindrical-coordinate representation of color #61699E: hue angle of 232.13º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #61699E is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 97 | 105 | 158 | - |
| CMYK | 0.39 | 0.34 | 0 | 0.38 |
| HSL | 232.13º | 0.24% | 0.5% | - |
| HSV(B) | 232.13º | 0.39% | 0.62% | - |
| XYZ | 16.15 | 15.11 | 34.41 | - |
| YUV | 108.65 | 155.85 | 119.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 105 | 158 | 0.39 | 0.34 | 0 | 0.38 | 232.13 | 0.24 | 0.5 |
| Hex | 61 | 69 | 9E | 27 | 22 | 0 | 26 | E8 | 18 | 32 |
| Octal | 141 | 151 | 236 | 47 | 42 | 0 | 46 | 350 | 30 | 62 |
| Binary | 1100001 | 1101001 | 10011110 | 100111 | 100010 | 0 | 100110 | 11101000 | 11000 | 110010 |
Color Harmonies of #61699E
Complementary color
Monochromatic Colors of #61699E
Black with #61699E
Text Example
Text Example
White with #61699E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61699E; }
p { color: rgb(97,105,158); }
H1.HeaderClassName
{
color: #61699E;
}
.AnyTagClassName
{
color: #61699E;
}
</style>
background-color css
<style>
a { background-color: #61699E; }
a { background-color: rgb(97,105,158); }
div.DivClassName
{
background-color: #61699E;
}
.BgClassName
{
background-color: #61699E;
}
</style>
border-color css
<style>
span { border-color: #61699E; }
span { border-color: rgb(97,105,158); }
td.TdClassName
{
border-color: #61699E;
}
.TagClassName
{
border-color: #61699E;
}
</style>