Shades of Chetwode Blue #6175CF
Tints of Chetwode Blue #6175CF
RGB
CMYK
RGB Variations
Color information
#6175CF (or 0x6175CF) is known color: Chetwode Blue. HEX triplet: 61, 75 and CF. RGB value is (97,117,207). Sum of RGB (Red+Green+Blue) = 97+117+207=421 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.04% from 421); Green value is 117 (46.09% from 255 or 27.79% from 421); Blue value is 207 (81.25% from 255 or 49.17% from 421); Max value from RGB is 207 - color contains mainly: blue. Hex color #6175CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6175CF is #9E8A30. Grayscale: #787878. Windows color (decimal): -10390065 or 13596001. OLE color: 13596001.
HSL color Cylindrical-coordinate representation of color #6175CF: hue angle of 229.09º 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 #6175CF is Cyan = 0.53, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 97 | 117 | 207 | - |
| CMYK | 0.53 | 0.43 | 0 | 0.19 |
| HSL | 229.09º | 0.53% | 0.6% | - |
| HSV(B) | 229.09º | 0.53% | 0.81% | - |
| XYZ | 22.55 | 19.77 | 61.66 | - |
| YUV | 121.28 | 176.37 | 110.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 117 | 207 | 0.53 | 0.43 | 0 | 0.19 | 229.09 | 0.53 | 0.6 |
| Hex | 61 | 75 | CF | 35 | 2B | 0 | 13 | E5 | 35 | 3C |
| Octal | 141 | 165 | 317 | 65 | 53 | 0 | 23 | 345 | 65 | 74 |
| Binary | 1100001 | 1110101 | 11001111 | 110101 | 101011 | 0 | 10011 | 11100101 | 110101 | 111100 |
Color Harmonies of #6175CF
Complementary color
Monochromatic Colors of #6175CF
Black with #6175CF
Text Example
Text Example
White with #6175CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6175CF; }
p { color: rgb(97,117,207); }
H1.HeaderClassName
{
color: #6175CF;
}
.AnyTagClassName
{
color: #6175CF;
}
</style>
background-color css
<style>
a { background-color: #6175CF; }
a { background-color: rgb(97,117,207); }
div.DivClassName
{
background-color: #6175CF;
}
.BgClassName
{
background-color: #6175CF;
}
</style>
border-color css
<style>
span { border-color: #6175CF; }
span { border-color: rgb(97,117,207); }
td.TdClassName
{
border-color: #6175CF;
}
.TagClassName
{
border-color: #6175CF;
}
</style>