Shades of Chetwode Blue #6174C2
Tints of Chetwode Blue #6174C2
RGB
CMYK
RGB Variations
Color information
#6174C2 (or 0x6174C2) is known color: Chetwode Blue. HEX triplet: 61, 74 and C2. RGB value is (97,116,194). Sum of RGB (Red+Green+Blue) = 97+116+194=407 (53% of max value = 765). Red value is 97 (38.28% from 255 or 23.83% from 407); Green value is 116 (45.70% from 255 or 28.50% from 407); Blue value is 194 (76.17% from 255 or 47.67% from 407); Max value from RGB is 194 - color contains mainly: blue. Hex color #6174C2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6174C2 is #9E8B3D. Grayscale: #767676. Windows color (decimal): -10390334 or 12743777. OLE color: 12743777.
HSL color Cylindrical-coordinate representation of color #6174C2: hue angle of 228.25º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6174C2 is Cyan = 0.50, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 97 | 116 | 194 | - |
| CMYK | 0.50 | 0.40 | 0 | 0.24 |
| HSL | 228.25º | 0.44% | 0.57% | - |
| HSV(B) | 228.25º | 0.5% | 0.76% | - |
| XYZ | 20.91 | 18.93 | 53.59 | - |
| YUV | 119.21 | 170.21 | 112.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 116 | 194 | 0.50 | 0.40 | 0 | 0.24 | 228.25 | 0.44 | 0.57 |
| Hex | 61 | 74 | C2 | 32 | 28 | 0 | 18 | E4 | 2C | 39 |
| Octal | 141 | 164 | 302 | 62 | 50 | 0 | 30 | 344 | 54 | 71 |
| Binary | 1100001 | 1110100 | 11000010 | 110010 | 101000 | 0 | 11000 | 11100100 | 101100 | 111001 |
Color Harmonies of #6174C2
Complementary color
Monochromatic Colors of #6174C2
Black with #6174C2
Text Example
Text Example
White with #6174C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6174C2; }
p { color: rgb(97,116,194); }
H1.HeaderClassName
{
color: #6174C2;
}
.AnyTagClassName
{
color: #6174C2;
}
</style>
background-color css
<style>
a { background-color: #6174C2; }
a { background-color: rgb(97,116,194); }
div.DivClassName
{
background-color: #6174C2;
}
.BgClassName
{
background-color: #6174C2;
}
</style>
border-color css
<style>
span { border-color: #6174C2; }
span { border-color: rgb(97,116,194); }
td.TdClassName
{
border-color: #6174C2;
}
.TagClassName
{
border-color: #6174C2;
}
</style>