Shades of Chetwode Blue #677DBC
Tints of Chetwode Blue #677DBC
RGB
CMYK
RGB Variations
Color information
#677DBC (or 0x677DBC) is known color: Chetwode Blue. HEX triplet: 67, 7D and BC. RGB value is (103,125,188). Sum of RGB (Red+Green+Blue) = 103+125+188=416 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.76% from 416); Green value is 125 (49.22% from 255 or 30.05% from 416); Blue value is 188 (73.83% from 255 or 45.19% from 416); Max value from RGB is 188 - color contains mainly: blue. Hex color #677DBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #677DBC is #988243. Grayscale: #7D7D7D. Windows color (decimal): -9994820 or 12352871. OLE color: 12352871.
HSL color Cylindrical-coordinate representation of color #677DBC: hue angle of 224.47º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #677DBC is Cyan = 0.45, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 103 | 125 | 188 | - |
| CMYK | 0.45 | 0.34 | 0 | 0.26 |
| HSL | 224.47º | 0.39% | 0.57% | - |
| HSV(B) | 224.47º | 0.45% | 0.74% | - |
| XYZ | 22 | 21.18 | 50.51 | - |
| YUV | 125.6 | 163.21 | 111.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 125 | 188 | 0.45 | 0.34 | 0 | 0.26 | 224.47 | 0.39 | 0.57 |
| Hex | 67 | 7D | BC | 2D | 22 | 0 | 1A | E0 | 27 | 39 |
| Octal | 147 | 175 | 274 | 55 | 42 | 0 | 32 | 340 | 47 | 71 |
| Binary | 1100111 | 1111101 | 10111100 | 101101 | 100010 | 0 | 11010 | 11100000 | 100111 | 111001 |
Color Harmonies of #677DBC
Complementary color
Monochromatic Colors of #677DBC
Black with #677DBC
Text Example
Text Example
White with #677DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677DBC; }
p { color: rgb(103,125,188); }
H1.HeaderClassName
{
color: #677DBC;
}
.AnyTagClassName
{
color: #677DBC;
}
</style>
background-color css
<style>
a { background-color: #677DBC; }
a { background-color: rgb(103,125,188); }
div.DivClassName
{
background-color: #677DBC;
}
.BgClassName
{
background-color: #677DBC;
}
</style>
border-color css
<style>
span { border-color: #677DBC; }
span { border-color: rgb(103,125,188); }
td.TdClassName
{
border-color: #677DBC;
}
.TagClassName
{
border-color: #677DBC;
}
</style>