Shades of Chetwode Blue #65699B
Tints of Chetwode Blue #65699B
RGB
CMYK
RGB Variations
Color information
#65699B (or 0x65699B) is known color: Chetwode Blue. HEX triplet: 65, 69 and 9B. RGB value is (101,105,155). Sum of RGB (Red+Green+Blue) = 101+105+155=361 (47% of max value = 765). Red value is 101 (39.84% from 255 or 27.98% from 361); Green value is 105 (41.41% from 255 or 29.09% from 361); Blue value is 155 (60.94% from 255 or 42.94% from 361); Max value from RGB is 155 - color contains mainly: blue. Hex color #65699B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65699B is #9A9664. Grayscale: #6D6D6D. Windows color (decimal): -10131045 or 10185061. OLE color: 10185061.
HSL color Cylindrical-coordinate representation of color #65699B: hue angle of 235.56º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #65699B is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 101 | 105 | 155 | - |
| CMYK | 0.35 | 0.32 | 0 | 0.39 |
| HSL | 235.56º | 0.21% | 0.5% | - |
| HSV(B) | 235.56º | 0.35% | 0.61% | - |
| XYZ | 16.33 | 15.24 | 33.09 | - |
| YUV | 109.5 | 153.67 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 105 | 155 | 0.35 | 0.32 | 0 | 0.39 | 235.56 | 0.21 | 0.5 |
| Hex | 65 | 69 | 9B | 23 | 20 | 0 | 27 | EC | 15 | 32 |
| Octal | 145 | 151 | 233 | 43 | 40 | 0 | 47 | 354 | 25 | 62 |
| Binary | 1100101 | 1101001 | 10011011 | 100011 | 100000 | 0 | 100111 | 11101100 | 10101 | 110010 |
Color Harmonies of #65699B
Complementary color
Monochromatic Colors of #65699B
Black with #65699B
Text Example
Text Example
White with #65699B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65699B; }
p { color: rgb(101,105,155); }
H1.HeaderClassName
{
color: #65699B;
}
.AnyTagClassName
{
color: #65699B;
}
</style>
background-color css
<style>
a { background-color: #65699B; }
a { background-color: rgb(101,105,155); }
div.DivClassName
{
background-color: #65699B;
}
.BgClassName
{
background-color: #65699B;
}
</style>
border-color css
<style>
span { border-color: #65699B; }
span { border-color: rgb(101,105,155); }
td.TdClassName
{
border-color: #65699B;
}
.TagClassName
{
border-color: #65699B;
}
</style>