Shades of Chetwode Blue #616CCD
Tints of Chetwode Blue #616CCD
RGB
CMYK
RGB Variations
Color information
#616CCD (or 0x616CCD) is known color: Chetwode Blue. HEX triplet: 61, 6C and CD. RGB value is (97,108,205). Sum of RGB (Red+Green+Blue) = 97+108+205=410 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.66% from 410); Green value is 108 (42.58% from 255 or 26.34% from 410); Blue value is 205 (80.47% from 255 or 50% from 410); Max value from RGB is 205 - color contains mainly: blue. Hex color #616CCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #616CCD is #9E9332. Grayscale: #737373. Windows color (decimal): -10392371 or 13462625. OLE color: 13462625.
HSL color Cylindrical-coordinate representation of color #616CCD: hue angle of 233.89º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #616CCD is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 97 | 108 | 205 | - |
| CMYK | 0.53 | 0.47 | 0 | 0.20 |
| HSL | 233.89º | 0.52% | 0.59% | - |
| HSV(B) | 233.89º | 0.53% | 0.8% | - |
| XYZ | 21.31 | 17.67 | 60.05 | - |
| YUV | 115.77 | 178.36 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 108 | 205 | 0.53 | 0.47 | 0 | 0.20 | 233.89 | 0.52 | 0.59 |
| Hex | 61 | 6C | CD | 35 | 2F | 0 | 14 | EA | 34 | 3B |
| Octal | 141 | 154 | 315 | 65 | 57 | 0 | 24 | 352 | 64 | 73 |
| Binary | 1100001 | 1101100 | 11001101 | 110101 | 101111 | 0 | 10100 | 11101010 | 110100 | 111011 |
Color Harmonies of #616CCD
Complementary color
Monochromatic Colors of #616CCD
Black with #616CCD
Text Example
Text Example
White with #616CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616CCD; }
p { color: rgb(97,108,205); }
H1.HeaderClassName
{
color: #616CCD;
}
.AnyTagClassName
{
color: #616CCD;
}
</style>
background-color css
<style>
a { background-color: #616CCD; }
a { background-color: rgb(97,108,205); }
div.DivClassName
{
background-color: #616CCD;
}
.BgClassName
{
background-color: #616CCD;
}
</style>
border-color css
<style>
span { border-color: #616CCD; }
span { border-color: rgb(97,108,205); }
td.TdClassName
{
border-color: #616CCD;
}
.TagClassName
{
border-color: #616CCD;
}
</style>