Shades of Chetwode Blue #676FB4
Tints of Chetwode Blue #676FB4
RGB
CMYK
RGB Variations
Color information
#676FB4 (or 0x676FB4) is known color: Chetwode Blue. HEX triplet: 67, 6F and B4. RGB value is (103,111,180). Sum of RGB (Red+Green+Blue) = 103+111+180=394 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.14% from 394); Green value is 111 (43.75% from 255 or 28.17% from 394); Blue value is 180 (70.70% from 255 or 45.69% from 394); Max value from RGB is 180 - color contains mainly: blue. Hex color #676FB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #676FB4 is #98904B. Grayscale: #747474. Windows color (decimal): -9998412 or 11824999. OLE color: 11824999.
HSL color Cylindrical-coordinate representation of color #676FB4: hue angle of 233.77º 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 #676FB4 is Cyan = 0.43, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 103 | 111 | 180 | - |
| CMYK | 0.43 | 0.38 | 0 | 0.29 |
| HSL | 233.77º | 0.34% | 0.55% | - |
| HSV(B) | 233.77º | 0.43% | 0.71% | - |
| XYZ | 19.52 | 17.55 | 45.54 | - |
| YUV | 116.47 | 163.85 | 118.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 111 | 180 | 0.43 | 0.38 | 0 | 0.29 | 233.77 | 0.34 | 0.55 |
| Hex | 67 | 6F | B4 | 2B | 26 | 0 | 1D | EA | 22 | 37 |
| Octal | 147 | 157 | 264 | 53 | 46 | 0 | 35 | 352 | 42 | 67 |
| Binary | 1100111 | 1101111 | 10110100 | 101011 | 100110 | 0 | 11101 | 11101010 | 100010 | 110111 |
Color Harmonies of #676FB4
Complementary color
Monochromatic Colors of #676FB4
Black with #676FB4
Text Example
Text Example
White with #676FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676FB4; }
p { color: rgb(103,111,180); }
H1.HeaderClassName
{
color: #676FB4;
}
.AnyTagClassName
{
color: #676FB4;
}
</style>
background-color css
<style>
a { background-color: #676FB4; }
a { background-color: rgb(103,111,180); }
div.DivClassName
{
background-color: #676FB4;
}
.BgClassName
{
background-color: #676FB4;
}
</style>
border-color css
<style>
span { border-color: #676FB4; }
span { border-color: rgb(103,111,180); }
td.TdClassName
{
border-color: #676FB4;
}
.TagClassName
{
border-color: #676FB4;
}
</style>