Shades of Chetwode Blue #6978C1
Tints of Chetwode Blue #6978C1
RGB
CMYK
RGB Variations
Color information
#6978C1 (or 0x6978C1) is known color: Chetwode Blue. HEX triplet: 69, 78 and C1. RGB value is (105,120,193). Sum of RGB (Red+Green+Blue) = 105+120+193=418 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.12% from 418); Green value is 120 (47.27% from 255 or 28.71% from 418); Blue value is 193 (75.78% from 255 or 46.17% from 418); Max value from RGB is 193 - color contains mainly: blue. Hex color #6978C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6978C1 is #96873E. Grayscale: #7B7B7B. Windows color (decimal): -9865023 or 12679273. OLE color: 12679273.
HSL color Cylindrical-coordinate representation of color #6978C1: hue angle of 229.77º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6978C1 is Cyan = 0.46, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 105 | 120 | 193 | - |
| CMYK | 0.46 | 0.38 | 0 | 0.24 |
| HSL | 229.77º | 0.42% | 0.58% | - |
| HSV(B) | 229.77º | 0.46% | 0.76% | - |
| XYZ | 22.17 | 20.29 | 53.2 | - |
| YUV | 123.84 | 167.03 | 114.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 120 | 193 | 0.46 | 0.38 | 0 | 0.24 | 229.77 | 0.42 | 0.58 |
| Hex | 69 | 78 | C1 | 2E | 26 | 0 | 18 | E6 | 2A | 3A |
| Octal | 151 | 170 | 301 | 56 | 46 | 0 | 30 | 346 | 52 | 72 |
| Binary | 1101001 | 1111000 | 11000001 | 101110 | 100110 | 0 | 11000 | 11100110 | 101010 | 111010 |
Color Harmonies of #6978C1
Complementary color
Monochromatic Colors of #6978C1
Black with #6978C1
Text Example
Text Example
White with #6978C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6978C1; }
p { color: rgb(105,120,193); }
H1.HeaderClassName
{
color: #6978C1;
}
.AnyTagClassName
{
color: #6978C1;
}
</style>
background-color css
<style>
a { background-color: #6978C1; }
a { background-color: rgb(105,120,193); }
div.DivClassName
{
background-color: #6978C1;
}
.BgClassName
{
background-color: #6978C1;
}
</style>
border-color css
<style>
span { border-color: #6978C1; }
span { border-color: rgb(105,120,193); }
td.TdClassName
{
border-color: #6978C1;
}
.TagClassName
{
border-color: #6978C1;
}
</style>