Shades of Chetwode Blue #6978C6
Tints of Chetwode Blue #6978C6
RGB
CMYK
RGB Variations
Color information
#6978C6 (or 0x6978C6) is known color: Chetwode Blue. HEX triplet: 69, 78 and C6. RGB value is (105,120,198). Sum of RGB (Red+Green+Blue) = 105+120+198=423 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.82% from 423); Green value is 120 (47.27% from 255 or 28.37% from 423); Blue value is 198 (77.73% from 255 or 46.81% from 423); Max value from RGB is 198 - color contains mainly: blue. Hex color #6978C6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6978C6 is #968739. Grayscale: #7C7C7C. Windows color (decimal): -9865018 or 13006953. OLE color: 13006953.
HSL color Cylindrical-coordinate representation of color #6978C6: hue angle of 230.32º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6978C6 is Cyan = 0.47, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 105 | 120 | 198 | - |
| CMYK | 0.47 | 0.39 | 0 | 0.22 |
| HSL | 230.32º | 0.45% | 0.59% | - |
| HSV(B) | 230.32º | 0.47% | 0.78% | - |
| XYZ | 22.74 | 20.51 | 56.19 | - |
| YUV | 124.41 | 169.53 | 114.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 120 | 198 | 0.47 | 0.39 | 0 | 0.22 | 230.32 | 0.45 | 0.59 |
| Hex | 69 | 78 | C6 | 2F | 27 | 0 | 16 | E6 | 2D | 3B |
| Octal | 151 | 170 | 306 | 57 | 47 | 0 | 26 | 346 | 55 | 73 |
| Binary | 1101001 | 1111000 | 11000110 | 101111 | 100111 | 0 | 10110 | 11100110 | 101101 | 111011 |
Color Harmonies of #6978C6
Complementary color
Monochromatic Colors of #6978C6
Black with #6978C6
Text Example
Text Example
White with #6978C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6978C6; }
p { color: rgb(105,120,198); }
H1.HeaderClassName
{
color: #6978C6;
}
.AnyTagClassName
{
color: #6978C6;
}
</style>
background-color css
<style>
a { background-color: #6978C6; }
a { background-color: rgb(105,120,198); }
div.DivClassName
{
background-color: #6978C6;
}
.BgClassName
{
background-color: #6978C6;
}
</style>
border-color css
<style>
span { border-color: #6978C6; }
span { border-color: rgb(105,120,198); }
td.TdClassName
{
border-color: #6978C6;
}
.TagClassName
{
border-color: #6978C6;
}
</style>