Shades of Chetwode Blue #6172D7
Tints of Chetwode Blue #6172D7
RGB
CMYK
RGB Variations
Color information
#6172D7 (or 0x6172D7) is known color: Chetwode Blue. HEX triplet: 61, 72 and D7. RGB value is (97,114,215). Sum of RGB (Red+Green+Blue) = 97+114+215=426 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.77% from 426); Green value is 114 (44.92% from 255 or 26.76% from 426); Blue value is 215 (84.38% from 255 or 50.47% from 426); Max value from RGB is 215 - color contains mainly: blue. Hex color #6172D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6172D7 is #9E8D28. Grayscale: #787878. Windows color (decimal): -10390825 or 14119521. OLE color: 14119521.
HSL color Cylindrical-coordinate representation of color #6172D7: hue angle of 231.36º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6172D7 is Cyan = 0.55, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 97 | 114 | 215 | - |
| CMYK | 0.55 | 0.47 | 0 | 0.16 |
| HSL | 231.36º | 0.6% | 0.61% | - |
| HSV(B) | 231.36º | 0.55% | 0.84% | - |
| XYZ | 23.21 | 19.48 | 66.83 | - |
| YUV | 120.43 | 181.37 | 111.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 114 | 215 | 0.55 | 0.47 | 0 | 0.16 | 231.36 | 0.6 | 0.61 |
| Hex | 61 | 72 | D7 | 37 | 2F | 0 | 10 | E7 | 3C | 3D |
| Octal | 141 | 162 | 327 | 67 | 57 | 0 | 20 | 347 | 74 | 75 |
| Binary | 1100001 | 1110010 | 11010111 | 110111 | 101111 | 0 | 10000 | 11100111 | 111100 | 111101 |
Color Harmonies of #6172D7
Complementary color
Monochromatic Colors of #6172D7
Black with #6172D7
Text Example
Text Example
White with #6172D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6172D7; }
p { color: rgb(97,114,215); }
H1.HeaderClassName
{
color: #6172D7;
}
.AnyTagClassName
{
color: #6172D7;
}
</style>
background-color css
<style>
a { background-color: #6172D7; }
a { background-color: rgb(97,114,215); }
div.DivClassName
{
background-color: #6172D7;
}
.BgClassName
{
background-color: #6172D7;
}
</style>
border-color css
<style>
span { border-color: #6172D7; }
span { border-color: rgb(97,114,215); }
td.TdClassName
{
border-color: #6172D7;
}
.TagClassName
{
border-color: #6172D7;
}
</style>