Shades of Chetwode Blue #676DBB
Tints of Chetwode Blue #676DBB
RGB
CMYK
RGB Variations
Color information
#676DBB (or 0x676DBB) is known color: Chetwode Blue. HEX triplet: 67, 6D and BB. RGB value is (103,109,187). Sum of RGB (Red+Green+Blue) = 103+109+187=399 (52% of max value = 765). Red value is 103 (40.62% from 255 or 25.81% from 399); Green value is 109 (42.97% from 255 or 27.32% from 399); Blue value is 187 (73.44% from 255 or 46.87% from 399); Max value from RGB is 187 - color contains mainly: blue. Hex color #676DBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #676DBB is #989244. Grayscale: #737373. Windows color (decimal): -9998917 or 12283239. OLE color: 12283239.
HSL color Cylindrical-coordinate representation of color #676DBB: hue angle of 235.71º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #676DBB is Cyan = 0.45, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 103 | 109 | 187 | - |
| CMYK | 0.45 | 0.42 | 0 | 0.27 |
| HSL | 235.71º | 0.38% | 0.57% | - |
| HSV(B) | 235.71º | 0.45% | 0.73% | - |
| XYZ | 20.03 | 17.41 | 49.32 | - |
| YUV | 116.1 | 168.01 | 118.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 109 | 187 | 0.45 | 0.42 | 0 | 0.27 | 235.71 | 0.38 | 0.57 |
| Hex | 67 | 6D | BB | 2D | 2A | 0 | 1B | EC | 26 | 39 |
| Octal | 147 | 155 | 273 | 55 | 52 | 0 | 33 | 354 | 46 | 71 |
| Binary | 1100111 | 1101101 | 10111011 | 101101 | 101010 | 0 | 11011 | 11101100 | 100110 | 111001 |
Color Harmonies of #676DBB
Complementary color
Monochromatic Colors of #676DBB
Black with #676DBB
Text Example
Text Example
White with #676DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676DBB; }
p { color: rgb(103,109,187); }
H1.HeaderClassName
{
color: #676DBB;
}
.AnyTagClassName
{
color: #676DBB;
}
</style>
background-color css
<style>
a { background-color: #676DBB; }
a { background-color: rgb(103,109,187); }
div.DivClassName
{
background-color: #676DBB;
}
.BgClassName
{
background-color: #676DBB;
}
</style>
border-color css
<style>
span { border-color: #676DBB; }
span { border-color: rgb(103,109,187); }
td.TdClassName
{
border-color: #676DBB;
}
.TagClassName
{
border-color: #676DBB;
}
</style>