Shades of Chetwode Blue #677BAD
Tints of Chetwode Blue #677BAD
RGB
CMYK
RGB Variations
Color information
#677BAD (or 0x677BAD) is known color: Chetwode Blue. HEX triplet: 67, 7B and AD. RGB value is (103,123,173). Sum of RGB (Red+Green+Blue) = 103+123+173=399 (52% of max value = 765). Red value is 103 (40.62% from 255 or 25.81% from 399); Green value is 123 (48.44% from 255 or 30.83% from 399); Blue value is 173 (67.97% from 255 or 43.36% from 399); Max value from RGB is 173 - color contains mainly: blue. Hex color #677BAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677BAD is #988452. Grayscale: #7A7A7A. Windows color (decimal): -9995347 or 11369319. OLE color: 11369319.
HSL color Cylindrical-coordinate representation of color #677BAD: hue angle of 222.86º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #677BAD is Cyan = 0.40, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 103 | 123 | 173 | - |
| CMYK | 0.40 | 0.29 | 0 | 0.32 |
| HSL | 222.86º | 0.3% | 0.54% | - |
| HSV(B) | 222.86º | 0.4% | 0.68% | - |
| XYZ | 20.22 | 20.07 | 42.34 | - |
| YUV | 122.72 | 156.37 | 113.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 123 | 173 | 0.40 | 0.29 | 0 | 0.32 | 222.86 | 0.3 | 0.54 |
| Hex | 67 | 7B | AD | 28 | 1D | 0 | 20 | DF | 1E | 36 |
| Octal | 147 | 173 | 255 | 50 | 35 | 0 | 40 | 337 | 36 | 66 |
| Binary | 1100111 | 1111011 | 10101101 | 101000 | 11101 | 0 | 100000 | 11011111 | 11110 | 110110 |
Color Harmonies of #677BAD
Complementary color
Monochromatic Colors of #677BAD
Black with #677BAD
Text Example
Text Example
White with #677BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677BAD; }
p { color: rgb(103,123,173); }
H1.HeaderClassName
{
color: #677BAD;
}
.AnyTagClassName
{
color: #677BAD;
}
</style>
background-color css
<style>
a { background-color: #677BAD; }
a { background-color: rgb(103,123,173); }
div.DivClassName
{
background-color: #677BAD;
}
.BgClassName
{
background-color: #677BAD;
}
</style>
border-color css
<style>
span { border-color: #677BAD; }
span { border-color: rgb(103,123,173); }
td.TdClassName
{
border-color: #677BAD;
}
.TagClassName
{
border-color: #677BAD;
}
</style>