Shades of Chetwode Blue #6D71CE
Tints of Chetwode Blue #6D71CE
RGB
CMYK
RGB Variations
Color information
#6D71CE (or 0x6D71CE) is known color: Chetwode Blue. HEX triplet: 6D, 71 and CE. RGB value is (109,113,206). Sum of RGB (Red+Green+Blue) = 109+113+206=428 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.47% from 428); Green value is 113 (44.53% from 255 or 26.40% from 428); Blue value is 206 (80.86% from 255 or 48.13% from 428); Max value from RGB is 206 - color contains mainly: blue. Hex color #6D71CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D71CE is #928E31. Grayscale: #7A7A7A. Windows color (decimal): -9604658 or 13529453. OLE color: 13529453.
HSL color Cylindrical-coordinate representation of color #6D71CE: hue angle of 237.53º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6D71CE is Cyan = 0.47, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 109 | 113 | 206 | - |
| CMYK | 0.47 | 0.45 | 0 | 0.19 |
| HSL | 237.53º | 0.5% | 0.62% | - |
| HSV(B) | 237.53º | 0.47% | 0.81% | - |
| XYZ | 23.35 | 19.52 | 60.93 | - |
| YUV | 122.41 | 175.17 | 118.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 113 | 206 | 0.47 | 0.45 | 0 | 0.19 | 237.53 | 0.5 | 0.62 |
| Hex | 6D | 71 | CE | 2F | 2D | 0 | 13 | EE | 32 | 3E |
| Octal | 155 | 161 | 316 | 57 | 55 | 0 | 23 | 356 | 62 | 76 |
| Binary | 1101101 | 1110001 | 11001110 | 101111 | 101101 | 0 | 10011 | 11101110 | 110010 | 111110 |
Color Harmonies of #6D71CE
Complementary color
Monochromatic Colors of #6D71CE
Black with #6D71CE
Text Example
Text Example
White with #6D71CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D71CE; }
p { color: rgb(109,113,206); }
H1.HeaderClassName
{
color: #6D71CE;
}
.AnyTagClassName
{
color: #6D71CE;
}
</style>
background-color css
<style>
a { background-color: #6D71CE; }
a { background-color: rgb(109,113,206); }
div.DivClassName
{
background-color: #6D71CE;
}
.BgClassName
{
background-color: #6D71CE;
}
</style>
border-color css
<style>
span { border-color: #6D71CE; }
span { border-color: rgb(109,113,206); }
td.TdClassName
{
border-color: #6D71CE;
}
.TagClassName
{
border-color: #6D71CE;
}
</style>