Shades of Chetwode Blue #6978CC
Tints of Chetwode Blue #6978CC
RGB
CMYK
RGB Variations
Color information
#6978CC (or 0x6978CC) is known color: Chetwode Blue. HEX triplet: 69, 78 and CC. RGB value is (105,120,204). Sum of RGB (Red+Green+Blue) = 105+120+204=429 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.48% from 429); Green value is 120 (47.27% from 255 or 27.97% from 429); Blue value is 204 (80.08% from 255 or 47.55% from 429); Max value from RGB is 204 - color contains mainly: blue. Hex color #6978CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6978CC is #968733. Grayscale: #7C7C7C. Windows color (decimal): -9865012 or 13400169. OLE color: 13400169.
HSL color Cylindrical-coordinate representation of color #6978CC: hue angle of 230.91º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6978CC is Cyan = 0.49, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 105 | 120 | 204 | - |
| CMYK | 0.49 | 0.41 | 0 | 0.2 |
| HSL | 230.91º | 0.49% | 0.61% | - |
| HSV(B) | 230.91º | 0.49% | 0.8% | - |
| XYZ | 23.44 | 20.8 | 59.91 | - |
| YUV | 125.09 | 172.53 | 113.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 120 | 204 | 0.49 | 0.41 | 0 | 0.2 | 230.91 | 0.49 | 0.61 |
| Hex | 69 | 78 | CC | 31 | 29 | 0 | 14 | E7 | 31 | 3D |
| Octal | 151 | 170 | 314 | 61 | 51 | 0 | 24 | 347 | 61 | 75 |
| Binary | 1101001 | 1111000 | 11001100 | 110001 | 101001 | 0 | 10100 | 11100111 | 110001 | 111101 |
Color Harmonies of #6978CC
Complementary color
Monochromatic Colors of #6978CC
Black with #6978CC
Text Example
Text Example
White with #6978CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6978CC; }
p { color: rgb(105,120,204); }
H1.HeaderClassName
{
color: #6978CC;
}
.AnyTagClassName
{
color: #6978CC;
}
</style>
background-color css
<style>
a { background-color: #6978CC; }
a { background-color: rgb(105,120,204); }
div.DivClassName
{
background-color: #6978CC;
}
.BgClassName
{
background-color: #6978CC;
}
</style>
border-color css
<style>
span { border-color: #6978CC; }
span { border-color: rgb(105,120,204); }
td.TdClassName
{
border-color: #6978CC;
}
.TagClassName
{
border-color: #6978CC;
}
</style>