Shades of Chetwode Blue #657CB3
Tints of Chetwode Blue #657CB3
RGB
CMYK
RGB Variations
Color information
#657CB3 (or 0x657CB3) is known color: Chetwode Blue. HEX triplet: 65, 7C and B3. RGB value is (101,124,179). Sum of RGB (Red+Green+Blue) = 101+124+179=404 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25% from 404); Green value is 124 (48.83% from 255 or 30.69% from 404); Blue value is 179 (70.31% from 255 or 44.31% from 404); Max value from RGB is 179 - color contains mainly: blue. Hex color #657CB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #657CB3 is #9A834C. Grayscale: #7B7B7B. Windows color (decimal): -10126157 or 11762789. OLE color: 11762789.
HSL color Cylindrical-coordinate representation of color #657CB3: hue angle of 222.31º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #657CB3 is Cyan = 0.44, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 101 | 124 | 179 | - |
| CMYK | 0.44 | 0.31 | 0 | 0.30 |
| HSL | 222.31º | 0.34% | 0.55% | - |
| HSV(B) | 222.31º | 0.44% | 0.7% | - |
| XYZ | 20.71 | 20.44 | 45.5 | - |
| YUV | 123.39 | 159.38 | 112.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 124 | 179 | 0.44 | 0.31 | 0 | 0.30 | 222.31 | 0.34 | 0.55 |
| Hex | 65 | 7C | B3 | 2C | 1F | 0 | 1E | DE | 22 | 37 |
| Octal | 145 | 174 | 263 | 54 | 37 | 0 | 36 | 336 | 42 | 67 |
| Binary | 1100101 | 1111100 | 10110011 | 101100 | 11111 | 0 | 11110 | 11011110 | 100010 | 110111 |
Color Harmonies of #657CB3
Complementary color
Monochromatic Colors of #657CB3
Black with #657CB3
Text Example
Text Example
White with #657CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657CB3; }
p { color: rgb(101,124,179); }
H1.HeaderClassName
{
color: #657CB3;
}
.AnyTagClassName
{
color: #657CB3;
}
</style>
background-color css
<style>
a { background-color: #657CB3; }
a { background-color: rgb(101,124,179); }
div.DivClassName
{
background-color: #657CB3;
}
.BgClassName
{
background-color: #657CB3;
}
</style>
border-color css
<style>
span { border-color: #657CB3; }
span { border-color: rgb(101,124,179); }
td.TdClassName
{
border-color: #657CB3;
}
.TagClassName
{
border-color: #657CB3;
}
</style>