Shades of Chetwode Blue #6879CC
Tints of Chetwode Blue #6879CC
RGB
CMYK
RGB Variations
Color information
#6879CC (or 0x6879CC) is known color: Chetwode Blue. HEX triplet: 68, 79 and CC. RGB value is (104,121,204). Sum of RGB (Red+Green+Blue) = 104+121+204=429 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.24% from 429); Green value is 121 (47.66% from 255 or 28.21% 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 #6879CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6879CC is #978633. Grayscale: #7D7D7D. Windows color (decimal): -9930292 or 13400424. OLE color: 13400424.
HSL color Cylindrical-coordinate representation of color #6879CC: hue angle of 229.8º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6879CC is Cyan = 0.49, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 104 | 121 | 204 | - |
| CMYK | 0.49 | 0.41 | 0 | 0.2 |
| HSL | 229.8º | 0.5% | 0.6% | - |
| HSV(B) | 229.8º | 0.49% | 0.8% | - |
| XYZ | 23.45 | 20.98 | 59.94 | - |
| YUV | 125.38 | 172.37 | 112.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 121 | 204 | 0.49 | 0.41 | 0 | 0.2 | 229.8 | 0.5 | 0.6 |
| Hex | 68 | 79 | CC | 31 | 29 | 0 | 14 | E6 | 32 | 3C |
| Octal | 150 | 171 | 314 | 61 | 51 | 0 | 24 | 346 | 62 | 74 |
| Binary | 1101000 | 1111001 | 11001100 | 110001 | 101001 | 0 | 10100 | 11100110 | 110010 | 111100 |
Color Harmonies of #6879CC
Complementary color
Monochromatic Colors of #6879CC
Black with #6879CC
Text Example
Text Example
White with #6879CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6879CC; }
p { color: rgb(104,121,204); }
H1.HeaderClassName
{
color: #6879CC;
}
.AnyTagClassName
{
color: #6879CC;
}
</style>
background-color css
<style>
a { background-color: #6879CC; }
a { background-color: rgb(104,121,204); }
div.DivClassName
{
background-color: #6879CC;
}
.BgClassName
{
background-color: #6879CC;
}
</style>
border-color css
<style>
span { border-color: #6879CC; }
span { border-color: rgb(104,121,204); }
td.TdClassName
{
border-color: #6879CC;
}
.TagClassName
{
border-color: #6879CC;
}
</style>