Shades of Chetwode Blue #656CB2
Tints of Chetwode Blue #656CB2
RGB
CMYK
RGB Variations
Color information
#656CB2 (or 0x656CB2) is known color: Chetwode Blue. HEX triplet: 65, 6C and B2. RGB value is (101,108,178). Sum of RGB (Red+Green+Blue) = 101+108+178=387 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.10% from 387); Green value is 108 (42.58% from 255 or 27.91% from 387); Blue value is 178 (69.92% from 255 or 45.99% from 387); Max value from RGB is 178 - color contains mainly: blue. Hex color #656CB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656CB2 is #9A934D. Grayscale: #717171. Windows color (decimal): -10130254 or 11693157. OLE color: 11693157.
HSL color Cylindrical-coordinate representation of color #656CB2: hue angle of 234.55º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #656CB2 is Cyan = 0.43, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 101 | 108 | 178 | - |
| CMYK | 0.43 | 0.39 | 0 | 0.30 |
| HSL | 234.55º | 0.33% | 0.55% | - |
| HSV(B) | 234.55º | 0.43% | 0.7% | - |
| XYZ | 18.77 | 16.71 | 44.36 | - |
| YUV | 113.89 | 164.18 | 118.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 108 | 178 | 0.43 | 0.39 | 0 | 0.30 | 234.55 | 0.33 | 0.55 |
| Hex | 65 | 6C | B2 | 2B | 27 | 0 | 1E | EB | 21 | 37 |
| Octal | 145 | 154 | 262 | 53 | 47 | 0 | 36 | 353 | 41 | 67 |
| Binary | 1100101 | 1101100 | 10110010 | 101011 | 100111 | 0 | 11110 | 11101011 | 100001 | 110111 |
Color Harmonies of #656CB2
Complementary color
Monochromatic Colors of #656CB2
Black with #656CB2
Text Example
Text Example
White with #656CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656CB2; }
p { color: rgb(101,108,178); }
H1.HeaderClassName
{
color: #656CB2;
}
.AnyTagClassName
{
color: #656CB2;
}
</style>
background-color css
<style>
a { background-color: #656CB2; }
a { background-color: rgb(101,108,178); }
div.DivClassName
{
background-color: #656CB2;
}
.BgClassName
{
background-color: #656CB2;
}
</style>
border-color css
<style>
span { border-color: #656CB2; }
span { border-color: rgb(101,108,178); }
td.TdClassName
{
border-color: #656CB2;
}
.TagClassName
{
border-color: #656CB2;
}
</style>