Shades of Chetwode Blue #6978B8
Tints of Chetwode Blue #6978B8
RGB
CMYK
RGB Variations
Color information
#6978B8 (or 0x6978B8) is known color: Chetwode Blue. HEX triplet: 69, 78 and B8. RGB value is (105,120,184). Sum of RGB (Red+Green+Blue) = 105+120+184=409 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.67% from 409); Green value is 120 (47.27% from 255 or 29.34% from 409); Blue value is 184 (72.27% from 255 or 44.99% from 409); Max value from RGB is 184 - color contains mainly: blue. Hex color #6978B8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6978B8 is #968747. Grayscale: #7A7A7A. Windows color (decimal): -9865032 or 12089449. OLE color: 12089449.
HSL color Cylindrical-coordinate representation of color #6978B8: hue angle of 228.61º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6978B8 is Cyan = 0.43, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 105 | 120 | 184 | - |
| CMYK | 0.43 | 0.35 | 0 | 0.28 |
| HSL | 228.61º | 0.36% | 0.57% | - |
| HSV(B) | 228.61º | 0.43% | 0.72% | - |
| XYZ | 21.19 | 19.9 | 48.07 | - |
| YUV | 122.81 | 162.53 | 115.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 120 | 184 | 0.43 | 0.35 | 0 | 0.28 | 228.61 | 0.36 | 0.57 |
| Hex | 69 | 78 | B8 | 2B | 23 | 0 | 1C | E5 | 24 | 39 |
| Octal | 151 | 170 | 270 | 53 | 43 | 0 | 34 | 345 | 44 | 71 |
| Binary | 1101001 | 1111000 | 10111000 | 101011 | 100011 | 0 | 11100 | 11100101 | 100100 | 111001 |
Color Harmonies of #6978B8
Complementary color
Monochromatic Colors of #6978B8
Black with #6978B8
Text Example
Text Example
White with #6978B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6978B8; }
p { color: rgb(105,120,184); }
H1.HeaderClassName
{
color: #6978B8;
}
.AnyTagClassName
{
color: #6978B8;
}
</style>
background-color css
<style>
a { background-color: #6978B8; }
a { background-color: rgb(105,120,184); }
div.DivClassName
{
background-color: #6978B8;
}
.BgClassName
{
background-color: #6978B8;
}
</style>
border-color css
<style>
span { border-color: #6978B8; }
span { border-color: rgb(105,120,184); }
td.TdClassName
{
border-color: #6978B8;
}
.TagClassName
{
border-color: #6978B8;
}
</style>