Shades of Chetwode Blue #677DBD
Tints of Chetwode Blue #677DBD
RGB
CMYK
RGB Variations
Color information
#677DBD (or 0x677DBD) is known color: Chetwode Blue. HEX triplet: 67, 7D and BD. RGB value is (103,125,189). Sum of RGB (Red+Green+Blue) = 103+125+189=417 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.70% from 417); Green value is 125 (49.22% from 255 or 29.98% from 417); Blue value is 189 (74.22% from 255 or 45.32% from 417); Max value from RGB is 189 - color contains mainly: blue. Hex color #677DBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #677DBD is #988242. Grayscale: #7D7D7D. Windows color (decimal): -9994819 or 12418407. OLE color: 12418407.
HSL color Cylindrical-coordinate representation of color #677DBD: hue angle of 224.65º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #677DBD is Cyan = 0.46, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 103 | 125 | 189 | - |
| CMYK | 0.46 | 0.34 | 0 | 0.26 |
| HSL | 224.65º | 0.39% | 0.57% | - |
| HSV(B) | 224.65º | 0.46% | 0.74% | - |
| XYZ | 22.11 | 21.22 | 51.08 | - |
| YUV | 125.72 | 163.71 | 111.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 125 | 189 | 0.46 | 0.34 | 0 | 0.26 | 224.65 | 0.39 | 0.57 |
| Hex | 67 | 7D | BD | 2E | 22 | 0 | 1A | E1 | 27 | 39 |
| Octal | 147 | 175 | 275 | 56 | 42 | 0 | 32 | 341 | 47 | 71 |
| Binary | 1100111 | 1111101 | 10111101 | 101110 | 100010 | 0 | 11010 | 11100001 | 100111 | 111001 |
Color Harmonies of #677DBD
Complementary color
Monochromatic Colors of #677DBD
Black with #677DBD
Text Example
Text Example
White with #677DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677DBD; }
p { color: rgb(103,125,189); }
H1.HeaderClassName
{
color: #677DBD;
}
.AnyTagClassName
{
color: #677DBD;
}
</style>
background-color css
<style>
a { background-color: #677DBD; }
a { background-color: rgb(103,125,189); }
div.DivClassName
{
background-color: #677DBD;
}
.BgClassName
{
background-color: #677DBD;
}
</style>
border-color css
<style>
span { border-color: #677DBD; }
span { border-color: rgb(103,125,189); }
td.TdClassName
{
border-color: #677DBD;
}
.TagClassName
{
border-color: #677DBD;
}
</style>