Shades of Chetwode Blue #6173CF
Tints of Chetwode Blue #6173CF
RGB
CMYK
RGB Variations
Color information
#6173CF (or 0x6173CF) is known color: Chetwode Blue. HEX triplet: 61, 73 and CF. RGB value is (97,115,207). Sum of RGB (Red+Green+Blue) = 97+115+207=419 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.15% from 419); Green value is 115 (45.31% from 255 or 27.45% from 419); Blue value is 207 (81.25% from 255 or 49.40% from 419); Max value from RGB is 207 - color contains mainly: blue. Hex color #6173CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6173CF is #9E8C30. Grayscale: #777777. Windows color (decimal): -10390577 or 13595489. OLE color: 13595489.
HSL color Cylindrical-coordinate representation of color #6173CF: hue angle of 230.18º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6173CF is Cyan = 0.53, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 97 | 115 | 207 | - |
| CMYK | 0.53 | 0.44 | 0 | 0.19 |
| HSL | 230.18º | 0.53% | 0.6% | - |
| HSV(B) | 230.18º | 0.53% | 0.81% | - |
| XYZ | 22.32 | 19.31 | 61.58 | - |
| YUV | 120.11 | 177.04 | 111.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 115 | 207 | 0.53 | 0.44 | 0 | 0.19 | 230.18 | 0.53 | 0.6 |
| Hex | 61 | 73 | CF | 35 | 2C | 0 | 13 | E6 | 35 | 3C |
| Octal | 141 | 163 | 317 | 65 | 54 | 0 | 23 | 346 | 65 | 74 |
| Binary | 1100001 | 1110011 | 11001111 | 110101 | 101100 | 0 | 10011 | 11100110 | 110101 | 111100 |
Color Harmonies of #6173CF
Complementary color
Monochromatic Colors of #6173CF
Black with #6173CF
Text Example
Text Example
White with #6173CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6173CF; }
p { color: rgb(97,115,207); }
H1.HeaderClassName
{
color: #6173CF;
}
.AnyTagClassName
{
color: #6173CF;
}
</style>
background-color css
<style>
a { background-color: #6173CF; }
a { background-color: rgb(97,115,207); }
div.DivClassName
{
background-color: #6173CF;
}
.BgClassName
{
background-color: #6173CF;
}
</style>
border-color css
<style>
span { border-color: #6173CF; }
span { border-color: rgb(97,115,207); }
td.TdClassName
{
border-color: #6173CF;
}
.TagClassName
{
border-color: #6173CF;
}
</style>