Shades of Chetwode Blue #616FCA
Tints of Chetwode Blue #616FCA
RGB
CMYK
RGB Variations
Color information
#616FCA (or 0x616FCA) is known color: Chetwode Blue. HEX triplet: 61, 6F and CA. RGB value is (97,111,202). Sum of RGB (Red+Green+Blue) = 97+111+202=410 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.66% from 410); Green value is 111 (43.75% from 255 or 27.07% from 410); Blue value is 202 (79.30% from 255 or 49.27% from 410); Max value from RGB is 202 - color contains mainly: blue. Hex color #616FCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #616FCA is #9E9035. Grayscale: #747474. Windows color (decimal): -10391606 or 13266785. OLE color: 13266785.
HSL color Cylindrical-coordinate representation of color #616FCA: hue angle of 232º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #616FCA is Cyan = 0.52, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 97 | 111 | 202 | - |
| CMYK | 0.52 | 0.45 | 0 | 0.21 |
| HSL | 232º | 0.5% | 0.59% | - |
| HSV(B) | 232º | 0.52% | 0.79% | - |
| XYZ | 21.27 | 18.17 | 58.26 | - |
| YUV | 117.19 | 175.86 | 113.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 111 | 202 | 0.52 | 0.45 | 0 | 0.21 | 232 | 0.5 | 0.59 |
| Hex | 61 | 6F | CA | 34 | 2D | 0 | 15 | E8 | 32 | 3B |
| Octal | 141 | 157 | 312 | 64 | 55 | 0 | 25 | 350 | 62 | 73 |
| Binary | 1100001 | 1101111 | 11001010 | 110100 | 101101 | 0 | 10101 | 11101000 | 110010 | 111011 |
Color Harmonies of #616FCA
Complementary color
Monochromatic Colors of #616FCA
Black with #616FCA
Text Example
Text Example
White with #616FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616FCA; }
p { color: rgb(97,111,202); }
H1.HeaderClassName
{
color: #616FCA;
}
.AnyTagClassName
{
color: #616FCA;
}
</style>
background-color css
<style>
a { background-color: #616FCA; }
a { background-color: rgb(97,111,202); }
div.DivClassName
{
background-color: #616FCA;
}
.BgClassName
{
background-color: #616FCA;
}
</style>
border-color css
<style>
span { border-color: #616FCA; }
span { border-color: rgb(97,111,202); }
td.TdClassName
{
border-color: #616FCA;
}
.TagClassName
{
border-color: #616FCA;
}
</style>