Shades of Chetwode Blue #6B79CF
Tints of Chetwode Blue #6B79CF
RGB
CMYK
RGB Variations
Color information
#6B79CF (or 0x6B79CF) is known color: Chetwode Blue. HEX triplet: 6B, 79 and CF. RGB value is (107,121,207). Sum of RGB (Red+Green+Blue) = 107+121+207=435 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.60% from 435); Green value is 121 (47.66% from 255 or 27.82% from 435); Blue value is 207 (81.25% from 255 or 47.59% from 435); Max value from RGB is 207 - color contains mainly: blue. Hex color #6B79CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B79CF is #948630. Grayscale: #7E7E7E. Windows color (decimal): -9733681 or 13597035. OLE color: 13597035.
HSL color Cylindrical-coordinate representation of color #6B79CF: hue angle of 231.6º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6B79CF is Cyan = 0.48, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 107 | 121 | 207 | - |
| CMYK | 0.48 | 0.42 | 0 | 0.19 |
| HSL | 231.6º | 0.51% | 0.62% | - |
| HSV(B) | 231.6º | 0.48% | 0.81% | - |
| XYZ | 24.16 | 21.31 | 61.87 | - |
| YUV | 126.62 | 173.36 | 114.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 121 | 207 | 0.48 | 0.42 | 0 | 0.19 | 231.6 | 0.51 | 0.62 |
| Hex | 6B | 79 | CF | 30 | 2A | 0 | 13 | E8 | 33 | 3E |
| Octal | 153 | 171 | 317 | 60 | 52 | 0 | 23 | 350 | 63 | 76 |
| Binary | 1101011 | 1111001 | 11001111 | 110000 | 101010 | 0 | 10011 | 11101000 | 110011 | 111110 |
Color Harmonies of #6B79CF
Complementary color
Monochromatic Colors of #6B79CF
Black with #6B79CF
Text Example
Text Example
White with #6B79CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B79CF; }
p { color: rgb(107,121,207); }
H1.HeaderClassName
{
color: #6B79CF;
}
.AnyTagClassName
{
color: #6B79CF;
}
</style>
background-color css
<style>
a { background-color: #6B79CF; }
a { background-color: rgb(107,121,207); }
div.DivClassName
{
background-color: #6B79CF;
}
.BgClassName
{
background-color: #6B79CF;
}
</style>
border-color css
<style>
span { border-color: #6B79CF; }
span { border-color: rgb(107,121,207); }
td.TdClassName
{
border-color: #6B79CF;
}
.TagClassName
{
border-color: #6B79CF;
}
</style>