Shades of Chetwode Blue #656FC1
Tints of Chetwode Blue #656FC1
RGB
CMYK
RGB Variations
Color information
#656FC1 (or 0x656FC1) is known color: Chetwode Blue. HEX triplet: 65, 6F and C1. RGB value is (101,111,193). Sum of RGB (Red+Green+Blue) = 101+111+193=405 (53% of max value = 765). Red value is 101 (39.84% from 255 or 24.94% from 405); Green value is 111 (43.75% from 255 or 27.41% from 405); Blue value is 193 (75.78% from 255 or 47.65% from 405); Max value from RGB is 193 - color contains mainly: blue. Hex color #656FC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #656FC1 is #9A903E. Grayscale: #757575. Windows color (decimal): -10129471 or 12676965. OLE color: 12676965.
HSL color Cylindrical-coordinate representation of color #656FC1: hue angle of 233.48º degrees, saturation: 0.43, 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 #656FC1 is Cyan = 0.48, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 101 | 111 | 193 | - |
| CMYK | 0.48 | 0.42 | 0 | 0.24 |
| HSL | 233.48º | 0.43% | 0.58% | - |
| HSV(B) | 233.48º | 0.48% | 0.76% | - |
| XYZ | 20.68 | 17.99 | 52.83 | - |
| YUV | 117.36 | 170.69 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 111 | 193 | 0.48 | 0.42 | 0 | 0.24 | 233.48 | 0.43 | 0.58 |
| Hex | 65 | 6F | C1 | 30 | 2A | 0 | 18 | E9 | 2B | 3A |
| Octal | 145 | 157 | 301 | 60 | 52 | 0 | 30 | 351 | 53 | 72 |
| Binary | 1100101 | 1101111 | 11000001 | 110000 | 101010 | 0 | 11000 | 11101001 | 101011 | 111010 |
Color Harmonies of #656FC1
Complementary color
Monochromatic Colors of #656FC1
Black with #656FC1
Text Example
Text Example
White with #656FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656FC1; }
p { color: rgb(101,111,193); }
H1.HeaderClassName
{
color: #656FC1;
}
.AnyTagClassName
{
color: #656FC1;
}
</style>
background-color css
<style>
a { background-color: #656FC1; }
a { background-color: rgb(101,111,193); }
div.DivClassName
{
background-color: #656FC1;
}
.BgClassName
{
background-color: #656FC1;
}
</style>
border-color css
<style>
span { border-color: #656FC1; }
span { border-color: rgb(101,111,193); }
td.TdClassName
{
border-color: #656FC1;
}
.TagClassName
{
border-color: #656FC1;
}
</style>