Shades of Chetwode Blue #6978CF
Tints of Chetwode Blue #6978CF
RGB
CMYK
RGB Variations
Color information
#6978CF (or 0x6978CF) is known color: Chetwode Blue. HEX triplet: 69, 78 and CF. RGB value is (105,120,207). Sum of RGB (Red+Green+Blue) = 105+120+207=432 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.31% from 432); Green value is 120 (47.27% from 255 or 27.78% from 432); Blue value is 207 (81.25% from 255 or 47.92% from 432); Max value from RGB is 207 - color contains mainly: blue. Hex color #6978CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6978CF is #968730. Grayscale: #7D7D7D. Windows color (decimal): -9865009 or 13596777. OLE color: 13596777.
HSL color Cylindrical-coordinate representation of color #6978CF: hue angle of 231.18º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6978CF is Cyan = 0.49, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 105 | 120 | 207 | - |
| CMYK | 0.49 | 0.42 | 0 | 0.19 |
| HSL | 231.18º | 0.52% | 0.61% | - |
| HSV(B) | 231.18º | 0.49% | 0.81% | - |
| XYZ | 23.8 | 20.94 | 61.82 | - |
| YUV | 125.43 | 174.03 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 120 | 207 | 0.49 | 0.42 | 0 | 0.19 | 231.18 | 0.52 | 0.61 |
| Hex | 69 | 78 | CF | 31 | 2A | 0 | 13 | E7 | 34 | 3D |
| Octal | 151 | 170 | 317 | 61 | 52 | 0 | 23 | 347 | 64 | 75 |
| Binary | 1101001 | 1111000 | 11001111 | 110001 | 101010 | 0 | 10011 | 11100111 | 110100 | 111101 |
Color Harmonies of #6978CF
Complementary color
Monochromatic Colors of #6978CF
Black with #6978CF
Text Example
Text Example
White with #6978CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6978CF; }
p { color: rgb(105,120,207); }
H1.HeaderClassName
{
color: #6978CF;
}
.AnyTagClassName
{
color: #6978CF;
}
</style>
background-color css
<style>
a { background-color: #6978CF; }
a { background-color: rgb(105,120,207); }
div.DivClassName
{
background-color: #6978CF;
}
.BgClassName
{
background-color: #6978CF;
}
</style>
border-color css
<style>
span { border-color: #6978CF; }
span { border-color: rgb(105,120,207); }
td.TdClassName
{
border-color: #6978CF;
}
.TagClassName
{
border-color: #6978CF;
}
</style>