Shades of Chetwode Blue #6D79CF
Tints of Chetwode Blue #6D79CF
RGB
CMYK
RGB Variations
Color information
#6D79CF (or 0x6D79CF) is known color: Chetwode Blue. HEX triplet: 6D, 79 and CF. RGB value is (109,121,207). Sum of RGB (Red+Green+Blue) = 109+121+207=437 (57% of max value = 765). Red value is 109 (42.97% from 255 or 24.94% from 437); Green value is 121 (47.66% from 255 or 27.69% from 437); Blue value is 207 (81.25% from 255 or 47.37% from 437); Max value from RGB is 207 - color contains mainly: blue. Hex color #6D79CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D79CF is #928630. Grayscale: #7E7E7E. Windows color (decimal): -9602609 or 13597037. OLE color: 13597037.
HSL color Cylindrical-coordinate representation of color #6D79CF: hue angle of 232.65º degrees, saturation: 0.51, 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 #6D79CF is Cyan = 0.47, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 109 | 121 | 207 | - |
| CMYK | 0.47 | 0.42 | 0 | 0.19 |
| HSL | 232.65º | 0.51% | 0.62% | - |
| HSV(B) | 232.65º | 0.47% | 0.81% | - |
| XYZ | 24.41 | 21.43 | 61.88 | - |
| YUV | 127.22 | 173.02 | 115.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 121 | 207 | 0.47 | 0.42 | 0 | 0.19 | 232.65 | 0.51 | 0.62 |
| Hex | 6D | 79 | CF | 2F | 2A | 0 | 13 | E9 | 33 | 3E |
| Octal | 155 | 171 | 317 | 57 | 52 | 0 | 23 | 351 | 63 | 76 |
| Binary | 1101101 | 1111001 | 11001111 | 101111 | 101010 | 0 | 10011 | 11101001 | 110011 | 111110 |
Color Harmonies of #6D79CF
Complementary color
Monochromatic Colors of #6D79CF
Black with #6D79CF
Text Example
Text Example
White with #6D79CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D79CF; }
p { color: rgb(109,121,207); }
H1.HeaderClassName
{
color: #6D79CF;
}
.AnyTagClassName
{
color: #6D79CF;
}
</style>
background-color css
<style>
a { background-color: #6D79CF; }
a { background-color: rgb(109,121,207); }
div.DivClassName
{
background-color: #6D79CF;
}
.BgClassName
{
background-color: #6D79CF;
}
</style>
border-color css
<style>
span { border-color: #6D79CF; }
span { border-color: rgb(109,121,207); }
td.TdClassName
{
border-color: #6D79CF;
}
.TagClassName
{
border-color: #6D79CF;
}
</style>