Shades of Chetwode Blue #676DCB
Tints of Chetwode Blue #676DCB
RGB
CMYK
RGB Variations
Color information
#676DCB (or 0x676DCB) is known color: Chetwode Blue. HEX triplet: 67, 6D and CB. RGB value is (103,109,203). Sum of RGB (Red+Green+Blue) = 103+109+203=415 (54% of max value = 765). Red value is 103 (40.62% from 255 or 24.82% from 415); Green value is 109 (42.97% from 255 or 26.27% from 415); Blue value is 203 (79.69% from 255 or 48.92% from 415); Max value from RGB is 203 - color contains mainly: blue. Hex color #676DCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #676DCB is #989234. Grayscale: #757575. Windows color (decimal): -9998901 or 13331815. OLE color: 13331815.
HSL color Cylindrical-coordinate representation of color #676DCB: hue angle of 236.4º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #676DCB is Cyan = 0.49, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 103 | 109 | 203 | - |
| CMYK | 0.49 | 0.46 | 0 | 0.20 |
| HSL | 236.4º | 0.49% | 0.6% | - |
| HSV(B) | 236.4º | 0.49% | 0.8% | - |
| XYZ | 21.84 | 18.13 | 58.85 | - |
| YUV | 117.92 | 176.01 | 117.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 109 | 203 | 0.49 | 0.46 | 0 | 0.20 | 236.4 | 0.49 | 0.6 |
| Hex | 67 | 6D | CB | 31 | 2E | 0 | 14 | EC | 31 | 3C |
| Octal | 147 | 155 | 313 | 61 | 56 | 0 | 24 | 354 | 61 | 74 |
| Binary | 1100111 | 1101101 | 11001011 | 110001 | 101110 | 0 | 10100 | 11101100 | 110001 | 111100 |
Color Harmonies of #676DCB
Complementary color
Monochromatic Colors of #676DCB
Black with #676DCB
Text Example
Text Example
White with #676DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676DCB; }
p { color: rgb(103,109,203); }
H1.HeaderClassName
{
color: #676DCB;
}
.AnyTagClassName
{
color: #676DCB;
}
</style>
background-color css
<style>
a { background-color: #676DCB; }
a { background-color: rgb(103,109,203); }
div.DivClassName
{
background-color: #676DCB;
}
.BgClassName
{
background-color: #676DCB;
}
</style>
border-color css
<style>
span { border-color: #676DCB; }
span { border-color: rgb(103,109,203); }
td.TdClassName
{
border-color: #676DCB;
}
.TagClassName
{
border-color: #676DCB;
}
</style>