Shades of Chetwode Blue #6B78C0
Tints of Chetwode Blue #6B78C0
RGB
CMYK
RGB Variations
Color information
#6B78C0 (or 0x6B78C0) is known color: Chetwode Blue. HEX triplet: 6B, 78 and C0. RGB value is (107,120,192). Sum of RGB (Red+Green+Blue) = 107+120+192=419 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.54% from 419); Green value is 120 (47.27% from 255 or 28.64% from 419); Blue value is 192 (75.39% from 255 or 45.82% from 419); Max value from RGB is 192 - color contains mainly: blue. Hex color #6B78C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B78C0 is #94873F. Grayscale: #7C7C7C. Windows color (decimal): -9733952 or 12613739. OLE color: 12613739.
HSL color Cylindrical-coordinate representation of color #6B78C0: hue angle of 230.82º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6B78C0 is Cyan = 0.44, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 107 | 120 | 192 | - |
| CMYK | 0.44 | 0.38 | 0 | 0.25 |
| HSL | 230.82º | 0.4% | 0.59% | - |
| HSV(B) | 230.82º | 0.44% | 0.75% | - |
| XYZ | 22.29 | 20.36 | 52.62 | - |
| YUV | 124.32 | 166.19 | 115.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 120 | 192 | 0.44 | 0.38 | 0 | 0.25 | 230.82 | 0.4 | 0.59 |
| Hex | 6B | 78 | C0 | 2C | 26 | 0 | 19 | E7 | 28 | 3B |
| Octal | 153 | 170 | 300 | 54 | 46 | 0 | 31 | 347 | 50 | 73 |
| Binary | 1101011 | 1111000 | 11000000 | 101100 | 100110 | 0 | 11001 | 11100111 | 101000 | 111011 |
Color Harmonies of #6B78C0
Complementary color
Monochromatic Colors of #6B78C0
Black with #6B78C0
Text Example
Text Example
White with #6B78C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B78C0; }
p { color: rgb(107,120,192); }
H1.HeaderClassName
{
color: #6B78C0;
}
.AnyTagClassName
{
color: #6B78C0;
}
</style>
background-color css
<style>
a { background-color: #6B78C0; }
a { background-color: rgb(107,120,192); }
div.DivClassName
{
background-color: #6B78C0;
}
.BgClassName
{
background-color: #6B78C0;
}
</style>
border-color css
<style>
span { border-color: #6B78C0; }
span { border-color: rgb(107,120,192); }
td.TdClassName
{
border-color: #6B78C0;
}
.TagClassName
{
border-color: #6B78C0;
}
</style>