Shades of Chetwode Blue #716FC2
Tints of Chetwode Blue #716FC2
RGB
CMYK
RGB Variations
Color information
#716FC2 (or 0x716FC2) is known color: Chetwode Blue. HEX triplet: 71, 6F and C2. RGB value is (113,111,194). Sum of RGB (Red+Green+Blue) = 113+111+194=418 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.03% from 418); Green value is 111 (43.75% from 255 or 26.56% from 418); Blue value is 194 (76.17% from 255 or 46.41% from 418); Max value from RGB is 194 - color contains mainly: blue. Hex color #716FC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #716FC2 is #8E903D. Grayscale: #787878. Windows color (decimal): -9343038 or 12742513. OLE color: 12742513.
HSL color Cylindrical-coordinate representation of color #716FC2: hue angle of 241.45º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #716FC2 is Cyan = 0.42, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 113 | 111 | 194 | - |
| CMYK | 0.42 | 0.43 | 0 | 0.24 |
| HSL | 241.45º | 0.4% | 0.6% | - |
| HSV(B) | 241.45º | 0.43% | 0.76% | - |
| XYZ | 22.23 | 18.77 | 53.49 | - |
| YUV | 121.06 | 169.16 | 122.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 111 | 194 | 0.42 | 0.43 | 0 | 0.24 | 241.45 | 0.4 | 0.6 |
| Hex | 71 | 6F | C2 | 2A | 2B | 0 | 18 | F1 | 28 | 3C |
| Octal | 161 | 157 | 302 | 52 | 53 | 0 | 30 | 361 | 50 | 74 |
| Binary | 1110001 | 1101111 | 11000010 | 101010 | 101011 | 0 | 11000 | 11110001 | 101000 | 111100 |
Color Harmonies of #716FC2
Complementary color
Monochromatic Colors of #716FC2
Black with #716FC2
Text Example
Text Example
White with #716FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716FC2; }
p { color: rgb(113,111,194); }
H1.HeaderClassName
{
color: #716FC2;
}
.AnyTagClassName
{
color: #716FC2;
}
</style>
background-color css
<style>
a { background-color: #716FC2; }
a { background-color: rgb(113,111,194); }
div.DivClassName
{
background-color: #716FC2;
}
.BgClassName
{
background-color: #716FC2;
}
</style>
border-color css
<style>
span { border-color: #716FC2; }
span { border-color: rgb(113,111,194); }
td.TdClassName
{
border-color: #716FC2;
}
.TagClassName
{
border-color: #716FC2;
}
</style>