Shades of Chetwode Blue #6978B0
Tints of Chetwode Blue #6978B0
RGB
CMYK
RGB Variations
Color information
#6978B0 (or 0x6978B0) is known color: Chetwode Blue. HEX triplet: 69, 78 and B0. RGB value is (105,120,176). Sum of RGB (Red+Green+Blue) = 105+120+176=401 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.18% from 401); Green value is 120 (47.27% from 255 or 29.93% from 401); Blue value is 176 (69.14% from 255 or 43.89% from 401); Max value from RGB is 176 - color contains mainly: blue. Hex color #6978B0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6978B0 is #96874F. Grayscale: #797979. Windows color (decimal): -9865040 or 11565161. OLE color: 11565161.
HSL color Cylindrical-coordinate representation of color #6978B0: hue angle of 227.32º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6978B0 is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 105 | 120 | 176 | - |
| CMYK | 0.40 | 0.32 | 0 | 0.31 |
| HSL | 227.32º | 0.31% | 0.55% | - |
| HSV(B) | 227.32º | 0.4% | 0.69% | - |
| XYZ | 20.38 | 19.57 | 43.78 | - |
| YUV | 121.9 | 158.53 | 115.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 120 | 176 | 0.40 | 0.32 | 0 | 0.31 | 227.32 | 0.31 | 0.55 |
| Hex | 69 | 78 | B0 | 28 | 20 | 0 | 1F | E3 | 1F | 37 |
| Octal | 151 | 170 | 260 | 50 | 40 | 0 | 37 | 343 | 37 | 67 |
| Binary | 1101001 | 1111000 | 10110000 | 101000 | 100000 | 0 | 11111 | 11100011 | 11111 | 110111 |
Color Harmonies of #6978B0
Complementary color
Monochromatic Colors of #6978B0
Black with #6978B0
Text Example
Text Example
White with #6978B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6978B0; }
p { color: rgb(105,120,176); }
H1.HeaderClassName
{
color: #6978B0;
}
.AnyTagClassName
{
color: #6978B0;
}
</style>
background-color css
<style>
a { background-color: #6978B0; }
a { background-color: rgb(105,120,176); }
div.DivClassName
{
background-color: #6978B0;
}
.BgClassName
{
background-color: #6978B0;
}
</style>
border-color css
<style>
span { border-color: #6978B0; }
span { border-color: rgb(105,120,176); }
td.TdClassName
{
border-color: #6978B0;
}
.TagClassName
{
border-color: #6978B0;
}
</style>