Shades of Chetwode Blue #65699F
Tints of Chetwode Blue #65699F
RGB
CMYK
RGB Variations
Color information
#65699F (or 0x65699F) is known color: Chetwode Blue. HEX triplet: 65, 69 and 9F. RGB value is (101,105,159). Sum of RGB (Red+Green+Blue) = 101+105+159=365 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.67% from 365); Green value is 105 (41.41% from 255 or 28.77% from 365); Blue value is 159 (62.5% from 255 or 43.56% from 365); Max value from RGB is 159 - color contains mainly: blue. Hex color #65699F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65699F is #9A9660. Grayscale: #6D6D6D. Windows color (decimal): -10131041 or 10447205. OLE color: 10447205.
HSL color Cylindrical-coordinate representation of color #65699F: hue angle of 235.86º 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 #65699F is Cyan = 0.36, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 101 | 105 | 159 | - |
| CMYK | 0.36 | 0.34 | 0 | 0.38 |
| HSL | 235.86º | 0.23% | 0.51% | - |
| HSV(B) | 235.86º | 0.36% | 0.62% | - |
| XYZ | 16.68 | 15.37 | 34.89 | - |
| YUV | 109.96 | 155.67 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 105 | 159 | 0.36 | 0.34 | 0 | 0.38 | 235.86 | 0.23 | 0.51 |
| Hex | 65 | 69 | 9F | 24 | 22 | 0 | 26 | EC | 17 | 33 |
| Octal | 145 | 151 | 237 | 44 | 42 | 0 | 46 | 354 | 27 | 63 |
| Binary | 1100101 | 1101001 | 10011111 | 100100 | 100010 | 0 | 100110 | 11101100 | 10111 | 110011 |
Color Harmonies of #65699F
Complementary color
Monochromatic Colors of #65699F
Black with #65699F
Text Example
Text Example
White with #65699F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65699F; }
p { color: rgb(101,105,159); }
H1.HeaderClassName
{
color: #65699F;
}
.AnyTagClassName
{
color: #65699F;
}
</style>
background-color css
<style>
a { background-color: #65699F; }
a { background-color: rgb(101,105,159); }
div.DivClassName
{
background-color: #65699F;
}
.BgClassName
{
background-color: #65699F;
}
</style>
border-color css
<style>
span { border-color: #65699F; }
span { border-color: rgb(101,105,159); }
td.TdClassName
{
border-color: #65699F;
}
.TagClassName
{
border-color: #65699F;
}
</style>