Shades of Chetwode Blue #676CB2
Tints of Chetwode Blue #676CB2
RGB
CMYK
RGB Variations
Color information
#676CB2 (or 0x676CB2) is known color: Chetwode Blue. HEX triplet: 67, 6C and B2. RGB value is (103,108,178). Sum of RGB (Red+Green+Blue) = 103+108+178=389 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.48% from 389); Green value is 108 (42.58% from 255 or 27.76% from 389); Blue value is 178 (69.92% from 255 or 45.76% from 389); Max value from RGB is 178 - color contains mainly: blue. Hex color #676CB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676CB2 is #98934D. Grayscale: #727272. Windows color (decimal): -9999182 or 11693159. OLE color: 11693159.
HSL color Cylindrical-coordinate representation of color #676CB2: hue angle of 236º 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 #676CB2 is Cyan = 0.42, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 103 | 108 | 178 | - |
| CMYK | 0.42 | 0.39 | 0 | 0.30 |
| HSL | 236º | 0.33% | 0.55% | - |
| HSV(B) | 236º | 0.42% | 0.7% | - |
| XYZ | 18.99 | 16.82 | 44.37 | - |
| YUV | 114.49 | 163.84 | 119.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 108 | 178 | 0.42 | 0.39 | 0 | 0.30 | 236 | 0.33 | 0.55 |
| Hex | 67 | 6C | B2 | 2A | 27 | 0 | 1E | EC | 21 | 37 |
| Octal | 147 | 154 | 262 | 52 | 47 | 0 | 36 | 354 | 41 | 67 |
| Binary | 1100111 | 1101100 | 10110010 | 101010 | 100111 | 0 | 11110 | 11101100 | 100001 | 110111 |
Color Harmonies of #676CB2
Complementary color
Monochromatic Colors of #676CB2
Black with #676CB2
Text Example
Text Example
White with #676CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676CB2; }
p { color: rgb(103,108,178); }
H1.HeaderClassName
{
color: #676CB2;
}
.AnyTagClassName
{
color: #676CB2;
}
</style>
background-color css
<style>
a { background-color: #676CB2; }
a { background-color: rgb(103,108,178); }
div.DivClassName
{
background-color: #676CB2;
}
.BgClassName
{
background-color: #676CB2;
}
</style>
border-color css
<style>
span { border-color: #676CB2; }
span { border-color: rgb(103,108,178); }
td.TdClassName
{
border-color: #676CB2;
}
.TagClassName
{
border-color: #676CB2;
}
</style>