Shades of Chetwode Blue #676BB3
Tints of Chetwode Blue #676BB3
RGB
CMYK
RGB Variations
Color information
#676BB3 (or 0x676BB3) is known color: Chetwode Blue. HEX triplet: 67, 6B and B3. RGB value is (103,107,179). Sum of RGB (Red+Green+Blue) = 103+107+179=389 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.48% from 389); Green value is 107 (42.19% from 255 or 27.51% from 389); Blue value is 179 (70.31% from 255 or 46.02% from 389); Max value from RGB is 179 - color contains mainly: blue. Hex color #676BB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #676BB3 is #98944C. Grayscale: #717171. Windows color (decimal): -9999437 or 11758439. OLE color: 11758439.
HSL color Cylindrical-coordinate representation of color #676BB3: hue angle of 236.84º 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 #676BB3 is Cyan = 0.42, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 103 | 107 | 179 | - |
| CMYK | 0.42 | 0.40 | 0 | 0.30 |
| HSL | 236.84º | 0.33% | 0.55% | - |
| HSV(B) | 236.84º | 0.42% | 0.7% | - |
| XYZ | 18.99 | 16.65 | 44.86 | - |
| YUV | 114.01 | 164.67 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 107 | 179 | 0.42 | 0.40 | 0 | 0.30 | 236.84 | 0.33 | 0.55 |
| Hex | 67 | 6B | B3 | 2A | 28 | 0 | 1E | ED | 21 | 37 |
| Octal | 147 | 153 | 263 | 52 | 50 | 0 | 36 | 355 | 41 | 67 |
| Binary | 1100111 | 1101011 | 10110011 | 101010 | 101000 | 0 | 11110 | 11101101 | 100001 | 110111 |
Color Harmonies of #676BB3
Complementary color
Monochromatic Colors of #676BB3
Black with #676BB3
Text Example
Text Example
White with #676BB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676BB3; }
p { color: rgb(103,107,179); }
H1.HeaderClassName
{
color: #676BB3;
}
.AnyTagClassName
{
color: #676BB3;
}
</style>
background-color css
<style>
a { background-color: #676BB3; }
a { background-color: rgb(103,107,179); }
div.DivClassName
{
background-color: #676BB3;
}
.BgClassName
{
background-color: #676BB3;
}
</style>
border-color css
<style>
span { border-color: #676BB3; }
span { border-color: rgb(103,107,179); }
td.TdClassName
{
border-color: #676BB3;
}
.TagClassName
{
border-color: #676BB3;
}
</style>