Shades of Chetwode Blue #656DC3
Tints of Chetwode Blue #656DC3
RGB
CMYK
RGB Variations
Color information
#656DC3 (or 0x656DC3) is known color: Chetwode Blue. HEX triplet: 65, 6D and C3. RGB value is (101,109,195). Sum of RGB (Red+Green+Blue) = 101+109+195=405 (53% of max value = 765). Red value is 101 (39.84% from 255 or 24.94% from 405); Green value is 109 (42.97% from 255 or 26.91% from 405); Blue value is 195 (76.56% from 255 or 48.15% from 405); Max value from RGB is 195 - color contains mainly: blue. Hex color #656DC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #656DC3 is #9A923C. Grayscale: #747474. Windows color (decimal): -10129981 or 12807525. OLE color: 12807525.
HSL color Cylindrical-coordinate representation of color #656DC3: hue angle of 234.89º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #656DC3 is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 101 | 109 | 195 | - |
| CMYK | 0.48 | 0.44 | 0 | 0.24 |
| HSL | 234.89º | 0.44% | 0.58% | - |
| HSV(B) | 234.89º | 0.48% | 0.76% | - |
| XYZ | 20.69 | 17.64 | 53.95 | - |
| YUV | 116.41 | 172.35 | 117.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 109 | 195 | 0.48 | 0.44 | 0 | 0.24 | 234.89 | 0.44 | 0.58 |
| Hex | 65 | 6D | C3 | 30 | 2C | 0 | 18 | EB | 2C | 3A |
| Octal | 145 | 155 | 303 | 60 | 54 | 0 | 30 | 353 | 54 | 72 |
| Binary | 1100101 | 1101101 | 11000011 | 110000 | 101100 | 0 | 11000 | 11101011 | 101100 | 111010 |
Color Harmonies of #656DC3
Complementary color
Monochromatic Colors of #656DC3
Black with #656DC3
Text Example
Text Example
White with #656DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656DC3; }
p { color: rgb(101,109,195); }
H1.HeaderClassName
{
color: #656DC3;
}
.AnyTagClassName
{
color: #656DC3;
}
</style>
background-color css
<style>
a { background-color: #656DC3; }
a { background-color: rgb(101,109,195); }
div.DivClassName
{
background-color: #656DC3;
}
.BgClassName
{
background-color: #656DC3;
}
</style>
border-color css
<style>
span { border-color: #656DC3; }
span { border-color: rgb(101,109,195); }
td.TdClassName
{
border-color: #656DC3;
}
.TagClassName
{
border-color: #656DC3;
}
</style>