Shades of Chetwode Blue #656CCB
Tints of Chetwode Blue #656CCB
RGB
CMYK
RGB Variations
Color information
#656CCB (or 0x656CCB) is known color: Chetwode Blue. HEX triplet: 65, 6C and CB. RGB value is (101,108,203). Sum of RGB (Red+Green+Blue) = 101+108+203=412 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.51% from 412); Green value is 108 (42.58% from 255 or 26.21% from 412); Blue value is 203 (79.69% from 255 or 49.27% from 412); Max value from RGB is 203 - color contains mainly: blue. Hex color #656CCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #656CCB is #9A9334. Grayscale: #747474. Windows color (decimal): -10130229 or 13331557. OLE color: 13331557.
HSL color Cylindrical-coordinate representation of color #656CCB: hue angle of 235.88º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #656CCB is Cyan = 0.50, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 101 | 108 | 203 | - |
| CMYK | 0.50 | 0.47 | 0 | 0.20 |
| HSL | 235.88º | 0.5% | 0.6% | - |
| HSV(B) | 235.88º | 0.5% | 0.8% | - |
| XYZ | 21.51 | 17.8 | 58.8 | - |
| YUV | 116.74 | 176.68 | 116.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 108 | 203 | 0.50 | 0.47 | 0 | 0.20 | 235.88 | 0.5 | 0.6 |
| Hex | 65 | 6C | CB | 32 | 2F | 0 | 14 | EC | 32 | 3C |
| Octal | 145 | 154 | 313 | 62 | 57 | 0 | 24 | 354 | 62 | 74 |
| Binary | 1100101 | 1101100 | 11001011 | 110010 | 101111 | 0 | 10100 | 11101100 | 110010 | 111100 |
Color Harmonies of #656CCB
Complementary color
Monochromatic Colors of #656CCB
Black with #656CCB
Text Example
Text Example
White with #656CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656CCB; }
p { color: rgb(101,108,203); }
H1.HeaderClassName
{
color: #656CCB;
}
.AnyTagClassName
{
color: #656CCB;
}
</style>
background-color css
<style>
a { background-color: #656CCB; }
a { background-color: rgb(101,108,203); }
div.DivClassName
{
background-color: #656CCB;
}
.BgClassName
{
background-color: #656CCB;
}
</style>
border-color css
<style>
span { border-color: #656CCB; }
span { border-color: rgb(101,108,203); }
td.TdClassName
{
border-color: #656CCB;
}
.TagClassName
{
border-color: #656CCB;
}
</style>