Shades of Chetwode Blue #656CC3
Tints of Chetwode Blue #656CC3
RGB
CMYK
RGB Variations
Color information
#656CC3 (or 0x656CC3) is known color: Chetwode Blue. HEX triplet: 65, 6C and C3. RGB value is (101,108,195). Sum of RGB (Red+Green+Blue) = 101+108+195=404 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25% from 404); Green value is 108 (42.58% from 255 or 26.73% from 404); Blue value is 195 (76.56% from 255 or 48.27% from 404); Max value from RGB is 195 - color contains mainly: blue. Hex color #656CC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #656CC3 is #9A933C. Grayscale: #737373. Windows color (decimal): -10130237 or 12807269. OLE color: 12807269.
HSL color Cylindrical-coordinate representation of color #656CC3: hue angle of 235.53º 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 #656CC3 is Cyan = 0.48, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 101 | 108 | 195 | - |
| CMYK | 0.48 | 0.45 | 0 | 0.24 |
| HSL | 235.53º | 0.44% | 0.58% | - |
| HSV(B) | 235.53º | 0.48% | 0.76% | - |
| XYZ | 20.58 | 17.43 | 53.91 | - |
| YUV | 115.83 | 172.68 | 117.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 108 | 195 | 0.48 | 0.45 | 0 | 0.24 | 235.53 | 0.44 | 0.58 |
| Hex | 65 | 6C | C3 | 30 | 2D | 0 | 18 | EC | 2C | 3A |
| Octal | 145 | 154 | 303 | 60 | 55 | 0 | 30 | 354 | 54 | 72 |
| Binary | 1100101 | 1101100 | 11000011 | 110000 | 101101 | 0 | 11000 | 11101100 | 101100 | 111010 |
Color Harmonies of #656CC3
Complementary color
Monochromatic Colors of #656CC3
Black with #656CC3
Text Example
Text Example
White with #656CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656CC3; }
p { color: rgb(101,108,195); }
H1.HeaderClassName
{
color: #656CC3;
}
.AnyTagClassName
{
color: #656CC3;
}
</style>
background-color css
<style>
a { background-color: #656CC3; }
a { background-color: rgb(101,108,195); }
div.DivClassName
{
background-color: #656CC3;
}
.BgClassName
{
background-color: #656CC3;
}
</style>
border-color css
<style>
span { border-color: #656CC3; }
span { border-color: rgb(101,108,195); }
td.TdClassName
{
border-color: #656CC3;
}
.TagClassName
{
border-color: #656CC3;
}
</style>