Shades of Chetwode Blue #6172CA
Tints of Chetwode Blue #6172CA
RGB
CMYK
RGB Variations
Color information
#6172CA (or 0x6172CA) is known color: Chetwode Blue. HEX triplet: 61, 72 and CA. RGB value is (97,114,202). Sum of RGB (Red+Green+Blue) = 97+114+202=413 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.49% from 413); Green value is 114 (44.92% from 255 or 27.60% from 413); Blue value is 202 (79.30% from 255 or 48.91% from 413); Max value from RGB is 202 - color contains mainly: blue. Hex color #6172CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6172CA is #9E8D35. Grayscale: #767676. Windows color (decimal): -10390838 or 13267553. OLE color: 13267553.
HSL color Cylindrical-coordinate representation of color #6172CA: hue angle of 230.29º 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 #6172CA is Cyan = 0.52, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 97 | 114 | 202 | - |
| CMYK | 0.52 | 0.44 | 0 | 0.21 |
| HSL | 230.29º | 0.5% | 0.59% | - |
| HSV(B) | 230.29º | 0.52% | 0.79% | - |
| XYZ | 21.61 | 18.84 | 58.37 | - |
| YUV | 118.95 | 174.87 | 112.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 114 | 202 | 0.52 | 0.44 | 0 | 0.21 | 230.29 | 0.5 | 0.59 |
| Hex | 61 | 72 | CA | 34 | 2C | 0 | 15 | E6 | 32 | 3B |
| Octal | 141 | 162 | 312 | 64 | 54 | 0 | 25 | 346 | 62 | 73 |
| Binary | 1100001 | 1110010 | 11001010 | 110100 | 101100 | 0 | 10101 | 11100110 | 110010 | 111011 |
Color Harmonies of #6172CA
Complementary color
Monochromatic Colors of #6172CA
Black with #6172CA
Text Example
Text Example
White with #6172CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6172CA; }
p { color: rgb(97,114,202); }
H1.HeaderClassName
{
color: #6172CA;
}
.AnyTagClassName
{
color: #6172CA;
}
</style>
background-color css
<style>
a { background-color: #6172CA; }
a { background-color: rgb(97,114,202); }
div.DivClassName
{
background-color: #6172CA;
}
.BgClassName
{
background-color: #6172CA;
}
</style>
border-color css
<style>
span { border-color: #6172CA; }
span { border-color: rgb(97,114,202); }
td.TdClassName
{
border-color: #6172CA;
}
.TagClassName
{
border-color: #6172CA;
}
</style>