Shades of Chetwode Blue #677AB4
Tints of Chetwode Blue #677AB4
RGB
CMYK
RGB Variations
Color information
#677AB4 (or 0x677AB4) is known color: Chetwode Blue. HEX triplet: 67, 7A and B4. RGB value is (103,122,180). Sum of RGB (Red+Green+Blue) = 103+122+180=405 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.43% from 405); Green value is 122 (48.05% from 255 or 30.12% from 405); Blue value is 180 (70.70% from 255 or 44.44% from 405); Max value from RGB is 180 - color contains mainly: blue. Hex color #677AB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #677AB4 is #98854B. Grayscale: #7A7A7A. Windows color (decimal): -9995596 or 11827815. OLE color: 11827815.
HSL color Cylindrical-coordinate representation of color #677AB4: hue angle of 225.19º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #677AB4 is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 103 | 122 | 180 | - |
| CMYK | 0.43 | 0.32 | 0 | 0.29 |
| HSL | 225.19º | 0.34% | 0.55% | - |
| HSV(B) | 225.19º | 0.43% | 0.71% | - |
| XYZ | 20.79 | 20.1 | 45.96 | - |
| YUV | 122.93 | 160.21 | 113.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 122 | 180 | 0.43 | 0.32 | 0 | 0.29 | 225.19 | 0.34 | 0.55 |
| Hex | 67 | 7A | B4 | 2B | 20 | 0 | 1D | E1 | 22 | 37 |
| Octal | 147 | 172 | 264 | 53 | 40 | 0 | 35 | 341 | 42 | 67 |
| Binary | 1100111 | 1111010 | 10110100 | 101011 | 100000 | 0 | 11101 | 11100001 | 100010 | 110111 |
Color Harmonies of #677AB4
Complementary color
Monochromatic Colors of #677AB4
Black with #677AB4
Text Example
Text Example
White with #677AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677AB4; }
p { color: rgb(103,122,180); }
H1.HeaderClassName
{
color: #677AB4;
}
.AnyTagClassName
{
color: #677AB4;
}
</style>
background-color css
<style>
a { background-color: #677AB4; }
a { background-color: rgb(103,122,180); }
div.DivClassName
{
background-color: #677AB4;
}
.BgClassName
{
background-color: #677AB4;
}
</style>
border-color css
<style>
span { border-color: #677AB4; }
span { border-color: rgb(103,122,180); }
td.TdClassName
{
border-color: #677AB4;
}
.TagClassName
{
border-color: #677AB4;
}
</style>