Shades of Chetwode Blue #677DB3
Tints of Chetwode Blue #677DB3
RGB
CMYK
RGB Variations
Color information
#677DB3 (or 0x677DB3) is known color: Chetwode Blue. HEX triplet: 67, 7D and B3. RGB value is (103,125,179). Sum of RGB (Red+Green+Blue) = 103+125+179=407 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.31% from 407); Green value is 125 (49.22% from 255 or 30.71% from 407); Blue value is 179 (70.31% from 255 or 43.98% from 407); Max value from RGB is 179 - color contains mainly: blue. Hex color #677DB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #677DB3 is #98824C. Grayscale: #7C7C7C. Windows color (decimal): -9994829 or 11763047. OLE color: 11763047.
HSL color Cylindrical-coordinate representation of color #677DB3: hue angle of 222.63º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #677DB3 is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 103 | 125 | 179 | - |
| CMYK | 0.42 | 0.30 | 0 | 0.30 |
| HSL | 222.63º | 0.33% | 0.55% | - |
| HSV(B) | 222.63º | 0.42% | 0.7% | - |
| XYZ | 21.06 | 20.81 | 45.55 | - |
| YUV | 124.58 | 158.71 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 125 | 179 | 0.42 | 0.30 | 0 | 0.30 | 222.63 | 0.33 | 0.55 |
| Hex | 67 | 7D | B3 | 2A | 1E | 0 | 1E | DF | 21 | 37 |
| Octal | 147 | 175 | 263 | 52 | 36 | 0 | 36 | 337 | 41 | 67 |
| Binary | 1100111 | 1111101 | 10110011 | 101010 | 11110 | 0 | 11110 | 11011111 | 100001 | 110111 |
Color Harmonies of #677DB3
Complementary color
Monochromatic Colors of #677DB3
Black with #677DB3
Text Example
Text Example
White with #677DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677DB3; }
p { color: rgb(103,125,179); }
H1.HeaderClassName
{
color: #677DB3;
}
.AnyTagClassName
{
color: #677DB3;
}
</style>
background-color css
<style>
a { background-color: #677DB3; }
a { background-color: rgb(103,125,179); }
div.DivClassName
{
background-color: #677DB3;
}
.BgClassName
{
background-color: #677DB3;
}
</style>
border-color css
<style>
span { border-color: #677DB3; }
span { border-color: rgb(103,125,179); }
td.TdClassName
{
border-color: #677DB3;
}
.TagClassName
{
border-color: #677DB3;
}
</style>