Shades of Chetwode Blue #6F71C1
Tints of Chetwode Blue #6F71C1
RGB
CMYK
RGB Variations
Color information
#6F71C1 (or 0x6F71C1) is known color: Chetwode Blue. HEX triplet: 6F, 71 and C1. RGB value is (111,113,193). Sum of RGB (Red+Green+Blue) = 111+113+193=417 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.62% from 417); Green value is 113 (44.53% from 255 or 27.10% from 417); Blue value is 193 (75.78% from 255 or 46.28% from 417); Max value from RGB is 193 - color contains mainly: blue. Hex color #6F71C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F71C1 is #908E3E. Grayscale: #797979. Windows color (decimal): -9473599 or 12677487. OLE color: 12677487.
HSL color Cylindrical-coordinate representation of color #6F71C1: hue angle of 238.54º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6F71C1 is Cyan = 0.42, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 111 | 113 | 193 | - |
| CMYK | 0.42 | 0.41 | 0 | 0.24 |
| HSL | 238.54º | 0.4% | 0.6% | - |
| HSV(B) | 238.54º | 0.42% | 0.76% | - |
| XYZ | 22.09 | 19.04 | 52.96 | - |
| YUV | 121.52 | 168.34 | 120.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 113 | 193 | 0.42 | 0.41 | 0 | 0.24 | 238.54 | 0.4 | 0.6 |
| Hex | 6F | 71 | C1 | 2A | 29 | 0 | 18 | EF | 28 | 3C |
| Octal | 157 | 161 | 301 | 52 | 51 | 0 | 30 | 357 | 50 | 74 |
| Binary | 1101111 | 1110001 | 11000001 | 101010 | 101001 | 0 | 11000 | 11101111 | 101000 | 111100 |
Color Harmonies of #6F71C1
Complementary color
Monochromatic Colors of #6F71C1
Black with #6F71C1
Text Example
Text Example
White with #6F71C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F71C1; }
p { color: rgb(111,113,193); }
H1.HeaderClassName
{
color: #6F71C1;
}
.AnyTagClassName
{
color: #6F71C1;
}
</style>
background-color css
<style>
a { background-color: #6F71C1; }
a { background-color: rgb(111,113,193); }
div.DivClassName
{
background-color: #6F71C1;
}
.BgClassName
{
background-color: #6F71C1;
}
</style>
border-color css
<style>
span { border-color: #6F71C1; }
span { border-color: rgb(111,113,193); }
td.TdClassName
{
border-color: #6F71C1;
}
.TagClassName
{
border-color: #6F71C1;
}
</style>