Shades of Chetwode Blue #616CCC
Tints of Chetwode Blue #616CCC
RGB
CMYK
RGB Variations
Color information
#616CCC (or 0x616CCC) is known color: Chetwode Blue. HEX triplet: 61, 6C and CC. RGB value is (97,108,204). Sum of RGB (Red+Green+Blue) = 97+108+204=409 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.72% from 409); Green value is 108 (42.58% from 255 or 26.41% from 409); Blue value is 204 (80.08% from 255 or 49.88% from 409); Max value from RGB is 204 - color contains mainly: blue. Hex color #616CCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #616CCC is #9E9333. Grayscale: #737373. Windows color (decimal): -10392372 or 13397089. OLE color: 13397089.
HSL color Cylindrical-coordinate representation of color #616CCC: hue angle of 233.83º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #616CCC is Cyan = 0.52, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 97 | 108 | 204 | - |
| CMYK | 0.52 | 0.47 | 0 | 0.2 |
| HSL | 233.83º | 0.51% | 0.59% | - |
| HSV(B) | 233.83º | 0.52% | 0.8% | - |
| XYZ | 21.19 | 17.63 | 59.41 | - |
| YUV | 115.66 | 177.86 | 114.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 108 | 204 | 0.52 | 0.47 | 0 | 0.2 | 233.83 | 0.51 | 0.59 |
| Hex | 61 | 6C | CC | 34 | 2F | 0 | 14 | EA | 33 | 3B |
| Octal | 141 | 154 | 314 | 64 | 57 | 0 | 24 | 352 | 63 | 73 |
| Binary | 1100001 | 1101100 | 11001100 | 110100 | 101111 | 0 | 10100 | 11101010 | 110011 | 111011 |
Color Harmonies of #616CCC
Complementary color
Monochromatic Colors of #616CCC
Black with #616CCC
Text Example
Text Example
White with #616CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616CCC; }
p { color: rgb(97,108,204); }
H1.HeaderClassName
{
color: #616CCC;
}
.AnyTagClassName
{
color: #616CCC;
}
</style>
background-color css
<style>
a { background-color: #616CCC; }
a { background-color: rgb(97,108,204); }
div.DivClassName
{
background-color: #616CCC;
}
.BgClassName
{
background-color: #616CCC;
}
</style>
border-color css
<style>
span { border-color: #616CCC; }
span { border-color: rgb(97,108,204); }
td.TdClassName
{
border-color: #616CCC;
}
.TagClassName
{
border-color: #616CCC;
}
</style>