Shades of Chetwode Blue #6174CE
Tints of Chetwode Blue #6174CE
RGB
CMYK
RGB Variations
Color information
#6174CE (or 0x6174CE) is known color: Chetwode Blue. HEX triplet: 61, 74 and CE. RGB value is (97,116,206). Sum of RGB (Red+Green+Blue) = 97+116+206=419 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.15% from 419); Green value is 116 (45.70% from 255 or 27.68% from 419); Blue value is 206 (80.86% from 255 or 49.16% from 419); Max value from RGB is 206 - color contains mainly: blue. Hex color #6174CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6174CE is #9E8B31. Grayscale: #787878. Windows color (decimal): -10390322 or 13530209. OLE color: 13530209.
HSL color Cylindrical-coordinate representation of color #6174CE: hue angle of 229.54º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6174CE is Cyan = 0.53, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 97 | 116 | 206 | - |
| CMYK | 0.53 | 0.44 | 0 | 0.19 |
| HSL | 229.54º | 0.53% | 0.59% | - |
| HSV(B) | 229.54º | 0.53% | 0.81% | - |
| XYZ | 22.32 | 19.49 | 60.98 | - |
| YUV | 120.58 | 176.21 | 111.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 116 | 206 | 0.53 | 0.44 | 0 | 0.19 | 229.54 | 0.53 | 0.59 |
| Hex | 61 | 74 | CE | 35 | 2C | 0 | 13 | E6 | 35 | 3B |
| Octal | 141 | 164 | 316 | 65 | 54 | 0 | 23 | 346 | 65 | 73 |
| Binary | 1100001 | 1110100 | 11001110 | 110101 | 101100 | 0 | 10011 | 11100110 | 110101 | 111011 |
Color Harmonies of #6174CE
Complementary color
Monochromatic Colors of #6174CE
Black with #6174CE
Text Example
Text Example
White with #6174CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6174CE; }
p { color: rgb(97,116,206); }
H1.HeaderClassName
{
color: #6174CE;
}
.AnyTagClassName
{
color: #6174CE;
}
</style>
background-color css
<style>
a { background-color: #6174CE; }
a { background-color: rgb(97,116,206); }
div.DivClassName
{
background-color: #6174CE;
}
.BgClassName
{
background-color: #6174CE;
}
</style>
border-color css
<style>
span { border-color: #6174CE; }
span { border-color: rgb(97,116,206); }
td.TdClassName
{
border-color: #6174CE;
}
.TagClassName
{
border-color: #6174CE;
}
</style>