Shades of Chetwode Blue #65699E
Tints of Chetwode Blue #65699E
RGB
CMYK
RGB Variations
Color information
#65699E (or 0x65699E) is known color: Chetwode Blue. HEX triplet: 65, 69 and 9E. RGB value is (101,105,158). Sum of RGB (Red+Green+Blue) = 101+105+158=364 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.75% from 364); Green value is 105 (41.41% from 255 or 28.85% from 364); Blue value is 158 (62.11% from 255 or 43.41% from 364); Max value from RGB is 158 - color contains mainly: blue. Hex color #65699E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65699E is #9A9661. Grayscale: #6D6D6D. Windows color (decimal): -10131042 or 10381669. OLE color: 10381669.
HSL color Cylindrical-coordinate representation of color #65699E: hue angle of 235.79º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #65699E is Cyan = 0.36, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 101 | 105 | 158 | - |
| CMYK | 0.36 | 0.34 | 0 | 0.38 |
| HSL | 235.79º | 0.23% | 0.51% | - |
| HSV(B) | 235.79º | 0.36% | 0.62% | - |
| XYZ | 16.59 | 15.34 | 34.43 | - |
| YUV | 109.85 | 155.17 | 121.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 105 | 158 | 0.36 | 0.34 | 0 | 0.38 | 235.79 | 0.23 | 0.51 |
| Hex | 65 | 69 | 9E | 24 | 22 | 0 | 26 | EC | 17 | 33 |
| Octal | 145 | 151 | 236 | 44 | 42 | 0 | 46 | 354 | 27 | 63 |
| Binary | 1100101 | 1101001 | 10011110 | 100100 | 100010 | 0 | 100110 | 11101100 | 10111 | 110011 |
Color Harmonies of #65699E
Complementary color
Monochromatic Colors of #65699E
Black with #65699E
Text Example
Text Example
White with #65699E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65699E; }
p { color: rgb(101,105,158); }
H1.HeaderClassName
{
color: #65699E;
}
.AnyTagClassName
{
color: #65699E;
}
</style>
background-color css
<style>
a { background-color: #65699E; }
a { background-color: rgb(101,105,158); }
div.DivClassName
{
background-color: #65699E;
}
.BgClassName
{
background-color: #65699E;
}
</style>
border-color css
<style>
span { border-color: #65699E; }
span { border-color: rgb(101,105,158); }
td.TdClassName
{
border-color: #65699E;
}
.TagClassName
{
border-color: #65699E;
}
</style>