Shades of Chetwode Blue #6E79CF
Tints of Chetwode Blue #6E79CF
RGB
CMYK
RGB Variations
Color information
#6E79CF (or 0x6E79CF) is known color: Chetwode Blue. HEX triplet: 6E, 79 and CF. RGB value is (110,121,207). Sum of RGB (Red+Green+Blue) = 110+121+207=438 (58% of max value = 765). Red value is 110 (43.36% from 255 or 25.11% from 438); Green value is 121 (47.66% from 255 or 27.63% from 438); Blue value is 207 (81.25% from 255 or 47.26% from 438); Max value from RGB is 207 - color contains mainly: blue. Hex color #6E79CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E79CF is #918630. Grayscale: #7F7F7F. Windows color (decimal): -9537073 or 13597038. OLE color: 13597038.
HSL color Cylindrical-coordinate representation of color #6E79CF: hue angle of 233.2º 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 #6E79CF is Cyan = 0.47, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 110 | 121 | 207 | - |
| CMYK | 0.47 | 0.42 | 0 | 0.19 |
| HSL | 233.2º | 0.5% | 0.62% | - |
| HSV(B) | 233.2º | 0.47% | 0.81% | - |
| XYZ | 24.53 | 21.49 | 61.89 | - |
| YUV | 127.52 | 172.86 | 115.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 121 | 207 | 0.47 | 0.42 | 0 | 0.19 | 233.2 | 0.5 | 0.62 |
| Hex | 6E | 79 | CF | 2F | 2A | 0 | 13 | E9 | 32 | 3E |
| Octal | 156 | 171 | 317 | 57 | 52 | 0 | 23 | 351 | 62 | 76 |
| Binary | 1101110 | 1111001 | 11001111 | 101111 | 101010 | 0 | 10011 | 11101001 | 110010 | 111110 |
Color Harmonies of #6E79CF
Complementary color
Monochromatic Colors of #6E79CF
Black with #6E79CF
Text Example
Text Example
White with #6E79CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E79CF; }
p { color: rgb(110,121,207); }
H1.HeaderClassName
{
color: #6E79CF;
}
.AnyTagClassName
{
color: #6E79CF;
}
</style>
background-color css
<style>
a { background-color: #6E79CF; }
a { background-color: rgb(110,121,207); }
div.DivClassName
{
background-color: #6E79CF;
}
.BgClassName
{
background-color: #6E79CF;
}
</style>
border-color css
<style>
span { border-color: #6E79CF; }
span { border-color: rgb(110,121,207); }
td.TdClassName
{
border-color: #6E79CF;
}
.TagClassName
{
border-color: #6E79CF;
}
</style>