Shades of Chetwode Blue #6978CB
Tints of Chetwode Blue #6978CB
RGB
CMYK
RGB Variations
Color information
#6978CB (or 0x6978CB) is known color: Chetwode Blue. HEX triplet: 69, 78 and CB. RGB value is (105,120,203). Sum of RGB (Red+Green+Blue) = 105+120+203=428 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.53% from 428); Green value is 120 (47.27% from 255 or 28.04% from 428); Blue value is 203 (79.69% from 255 or 47.43% from 428); Max value from RGB is 203 - color contains mainly: blue. Hex color #6978CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6978CB is #968734. Grayscale: #7C7C7C. Windows color (decimal): -9865013 or 13334633. OLE color: 13334633.
HSL color Cylindrical-coordinate representation of color #6978CB: hue angle of 230.82º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6978CB is Cyan = 0.48, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 105 | 120 | 203 | - |
| CMYK | 0.48 | 0.41 | 0 | 0.20 |
| HSL | 230.82º | 0.49% | 0.6% | - |
| HSV(B) | 230.82º | 0.48% | 0.8% | - |
| XYZ | 23.32 | 20.75 | 59.28 | - |
| YUV | 124.98 | 172.03 | 113.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 120 | 203 | 0.48 | 0.41 | 0 | 0.20 | 230.82 | 0.49 | 0.6 |
| Hex | 69 | 78 | CB | 30 | 29 | 0 | 14 | E7 | 31 | 3C |
| Octal | 151 | 170 | 313 | 60 | 51 | 0 | 24 | 347 | 61 | 74 |
| Binary | 1101001 | 1111000 | 11001011 | 110000 | 101001 | 0 | 10100 | 11100111 | 110001 | 111100 |
Color Harmonies of #6978CB
Complementary color
Monochromatic Colors of #6978CB
Black with #6978CB
Text Example
Text Example
White with #6978CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6978CB; }
p { color: rgb(105,120,203); }
H1.HeaderClassName
{
color: #6978CB;
}
.AnyTagClassName
{
color: #6978CB;
}
</style>
background-color css
<style>
a { background-color: #6978CB; }
a { background-color: rgb(105,120,203); }
div.DivClassName
{
background-color: #6978CB;
}
.BgClassName
{
background-color: #6978CB;
}
</style>
border-color css
<style>
span { border-color: #6978CB; }
span { border-color: rgb(105,120,203); }
td.TdClassName
{
border-color: #6978CB;
}
.TagClassName
{
border-color: #6978CB;
}
</style>