Shades of Chetwode Blue #6172CC
Tints of Chetwode Blue #6172CC
RGB
CMYK
RGB Variations
Color information
#6172CC (or 0x6172CC) is known color: Chetwode Blue. HEX triplet: 61, 72 and CC. RGB value is (97,114,204). Sum of RGB (Red+Green+Blue) = 97+114+204=415 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.37% from 415); Green value is 114 (44.92% from 255 or 27.47% from 415); Blue value is 204 (80.08% from 255 or 49.16% from 415); Max value from RGB is 204 - color contains mainly: blue. Hex color #6172CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6172CC is #9E8D33. Grayscale: #767676. Windows color (decimal): -10390836 or 13398625. OLE color: 13398625.
HSL color Cylindrical-coordinate representation of color #6172CC: hue angle of 230.47º 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 #6172CC is Cyan = 0.52, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 97 | 114 | 204 | - |
| CMYK | 0.52 | 0.44 | 0 | 0.2 |
| HSL | 230.47º | 0.51% | 0.59% | - |
| HSV(B) | 230.47º | 0.52% | 0.8% | - |
| XYZ | 21.85 | 18.94 | 59.63 | - |
| YUV | 119.18 | 175.87 | 112.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 114 | 204 | 0.52 | 0.44 | 0 | 0.2 | 230.47 | 0.51 | 0.59 |
| Hex | 61 | 72 | CC | 34 | 2C | 0 | 14 | E6 | 33 | 3B |
| Octal | 141 | 162 | 314 | 64 | 54 | 0 | 24 | 346 | 63 | 73 |
| Binary | 1100001 | 1110010 | 11001100 | 110100 | 101100 | 0 | 10100 | 11100110 | 110011 | 111011 |
Color Harmonies of #6172CC
Complementary color
Monochromatic Colors of #6172CC
Black with #6172CC
Text Example
Text Example
White with #6172CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6172CC; }
p { color: rgb(97,114,204); }
H1.HeaderClassName
{
color: #6172CC;
}
.AnyTagClassName
{
color: #6172CC;
}
</style>
background-color css
<style>
a { background-color: #6172CC; }
a { background-color: rgb(97,114,204); }
div.DivClassName
{
background-color: #6172CC;
}
.BgClassName
{
background-color: #6172CC;
}
</style>
border-color css
<style>
span { border-color: #6172CC; }
span { border-color: rgb(97,114,204); }
td.TdClassName
{
border-color: #6172CC;
}
.TagClassName
{
border-color: #6172CC;
}
</style>