Shades of Chetwode Blue #677AAF
Tints of Chetwode Blue #677AAF
RGB
CMYK
RGB Variations
Color information
#677AAF (or 0x677AAF) is known color: Chetwode Blue. HEX triplet: 67, 7A and AF. RGB value is (103,122,175). Sum of RGB (Red+Green+Blue) = 103+122+175=400 (52% of max value = 765). Red value is 103 (40.62% from 255 or 25.75% from 400); Green value is 122 (48.05% from 255 or 30.5% from 400); Blue value is 175 (68.75% from 255 or 43.75% from 400); Max value from RGB is 175 - color contains mainly: blue. Hex color #677AAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677AAF is #988550. Grayscale: #7A7A7A. Windows color (decimal): -9995601 or 11500135. OLE color: 11500135.
HSL color Cylindrical-coordinate representation of color #677AAF: hue angle of 224.17º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #677AAF is Cyan = 0.41, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 103 | 122 | 175 | - |
| CMYK | 0.41 | 0.30 | 0 | 0.31 |
| HSL | 224.17º | 0.31% | 0.55% | - |
| HSV(B) | 224.17º | 0.41% | 0.69% | - |
| XYZ | 20.29 | 19.9 | 43.33 | - |
| YUV | 122.36 | 157.71 | 114.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 122 | 175 | 0.41 | 0.30 | 0 | 0.31 | 224.17 | 0.31 | 0.55 |
| Hex | 67 | 7A | AF | 29 | 1E | 0 | 1F | E0 | 1F | 37 |
| Octal | 147 | 172 | 257 | 51 | 36 | 0 | 37 | 340 | 37 | 67 |
| Binary | 1100111 | 1111010 | 10101111 | 101001 | 11110 | 0 | 11111 | 11100000 | 11111 | 110111 |
Color Harmonies of #677AAF
Complementary color
Monochromatic Colors of #677AAF
Black with #677AAF
Text Example
Text Example
White with #677AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677AAF; }
p { color: rgb(103,122,175); }
H1.HeaderClassName
{
color: #677AAF;
}
.AnyTagClassName
{
color: #677AAF;
}
</style>
background-color css
<style>
a { background-color: #677AAF; }
a { background-color: rgb(103,122,175); }
div.DivClassName
{
background-color: #677AAF;
}
.BgClassName
{
background-color: #677AAF;
}
</style>
border-color css
<style>
span { border-color: #677AAF; }
span { border-color: rgb(103,122,175); }
td.TdClassName
{
border-color: #677AAF;
}
.TagClassName
{
border-color: #677AAF;
}
</style>