Shades of Chetwode Blue #676ECB
Tints of Chetwode Blue #676ECB
RGB
CMYK
RGB Variations
Color information
#676ECB (or 0x676ECB) is known color: Chetwode Blue. HEX triplet: 67, 6E and CB. RGB value is (103,110,203). Sum of RGB (Red+Green+Blue) = 103+110+203=416 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.76% from 416); Green value is 110 (43.36% from 255 or 26.44% from 416); Blue value is 203 (79.69% from 255 or 48.80% from 416); Max value from RGB is 203 - color contains mainly: blue. Hex color #676ECB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #676ECB is #989134. Grayscale: #767676. Windows color (decimal): -9998645 or 13332071. OLE color: 13332071.
HSL color Cylindrical-coordinate representation of color #676ECB: hue angle of 235.8º 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 #676ECB is Cyan = 0.49, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 103 | 110 | 203 | - |
| CMYK | 0.49 | 0.46 | 0 | 0.20 |
| HSL | 235.8º | 0.49% | 0.6% | - |
| HSV(B) | 235.8º | 0.49% | 0.8% | - |
| XYZ | 21.95 | 18.35 | 58.88 | - |
| YUV | 118.51 | 175.68 | 116.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 110 | 203 | 0.49 | 0.46 | 0 | 0.20 | 235.8 | 0.49 | 0.6 |
| Hex | 67 | 6E | CB | 31 | 2E | 0 | 14 | EC | 31 | 3C |
| Octal | 147 | 156 | 313 | 61 | 56 | 0 | 24 | 354 | 61 | 74 |
| Binary | 1100111 | 1101110 | 11001011 | 110001 | 101110 | 0 | 10100 | 11101100 | 110001 | 111100 |
Color Harmonies of #676ECB
Complementary color
Monochromatic Colors of #676ECB
Black with #676ECB
Text Example
Text Example
White with #676ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676ECB; }
p { color: rgb(103,110,203); }
H1.HeaderClassName
{
color: #676ECB;
}
.AnyTagClassName
{
color: #676ECB;
}
</style>
background-color css
<style>
a { background-color: #676ECB; }
a { background-color: rgb(103,110,203); }
div.DivClassName
{
background-color: #676ECB;
}
.BgClassName
{
background-color: #676ECB;
}
</style>
border-color css
<style>
span { border-color: #676ECB; }
span { border-color: rgb(103,110,203); }
td.TdClassName
{
border-color: #676ECB;
}
.TagClassName
{
border-color: #676ECB;
}
</style>