Shades of Chetwode Blue #676FAA
Tints of Chetwode Blue #676FAA
RGB
CMYK
RGB Variations
Color information
#676FAA (or 0x676FAA) is known color: Chetwode Blue. HEX triplet: 67, 6F and AA. RGB value is (103,111,170). Sum of RGB (Red+Green+Blue) = 103+111+170=384 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.82% from 384); Green value is 111 (43.75% from 255 or 28.91% from 384); Blue value is 170 (66.80% from 255 or 44.27% from 384); Max value from RGB is 170 - color contains mainly: blue. Hex color #676FAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676FAA is #989055. Grayscale: #737373. Windows color (decimal): -9998422 or 11169639. OLE color: 11169639.
HSL color Cylindrical-coordinate representation of color #676FAA: hue angle of 232.84º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #676FAA is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 103 | 111 | 170 | - |
| CMYK | 0.39 | 0.35 | 0 | 0.33 |
| HSL | 232.84º | 0.28% | 0.54% | - |
| HSV(B) | 232.84º | 0.39% | 0.67% | - |
| XYZ | 18.53 | 17.15 | 40.36 | - |
| YUV | 115.33 | 158.85 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 111 | 170 | 0.39 | 0.35 | 0 | 0.33 | 232.84 | 0.28 | 0.54 |
| Hex | 67 | 6F | AA | 27 | 23 | 0 | 21 | E9 | 1C | 36 |
| Octal | 147 | 157 | 252 | 47 | 43 | 0 | 41 | 351 | 34 | 66 |
| Binary | 1100111 | 1101111 | 10101010 | 100111 | 100011 | 0 | 100001 | 11101001 | 11100 | 110110 |
Color Harmonies of #676FAA
Complementary color
Monochromatic Colors of #676FAA
Black with #676FAA
Text Example
Text Example
White with #676FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676FAA; }
p { color: rgb(103,111,170); }
H1.HeaderClassName
{
color: #676FAA;
}
.AnyTagClassName
{
color: #676FAA;
}
</style>
background-color css
<style>
a { background-color: #676FAA; }
a { background-color: rgb(103,111,170); }
div.DivClassName
{
background-color: #676FAA;
}
.BgClassName
{
background-color: #676FAA;
}
</style>
border-color css
<style>
span { border-color: #676FAA; }
span { border-color: rgb(103,111,170); }
td.TdClassName
{
border-color: #676FAA;
}
.TagClassName
{
border-color: #676FAA;
}
</style>