Shades of Chetwode Blue #676ABC
Tints of Chetwode Blue #676ABC
RGB
CMYK
RGB Variations
Color information
#676ABC (or 0x676ABC) is known color: Chetwode Blue. HEX triplet: 67, 6A and BC. RGB value is (103,106,188). Sum of RGB (Red+Green+Blue) = 103+106+188=397 (52% of max value = 765). Red value is 103 (40.62% from 255 or 25.94% from 397); Green value is 106 (41.80% from 255 or 26.70% from 397); Blue value is 188 (73.83% from 255 or 47.36% from 397); Max value from RGB is 188 - color contains mainly: blue. Hex color #676ABC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #676ABC is #989543. Grayscale: #727272. Windows color (decimal): -9999684 or 12348007. OLE color: 12348007.
HSL color Cylindrical-coordinate representation of color #676ABC: hue angle of 237.88º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #676ABC is Cyan = 0.45, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 103 | 106 | 188 | - |
| CMYK | 0.45 | 0.44 | 0 | 0.26 |
| HSL | 237.88º | 0.39% | 0.57% | - |
| HSV(B) | 237.88º | 0.45% | 0.74% | - |
| XYZ | 19.82 | 16.82 | 49.78 | - |
| YUV | 114.45 | 169.51 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 106 | 188 | 0.45 | 0.44 | 0 | 0.26 | 237.88 | 0.39 | 0.57 |
| Hex | 67 | 6A | BC | 2D | 2C | 0 | 1A | EE | 27 | 39 |
| Octal | 147 | 152 | 274 | 55 | 54 | 0 | 32 | 356 | 47 | 71 |
| Binary | 1100111 | 1101010 | 10111100 | 101101 | 101100 | 0 | 11010 | 11101110 | 100111 | 111001 |
Color Harmonies of #676ABC
Complementary color
Monochromatic Colors of #676ABC
Black with #676ABC
Text Example
Text Example
White with #676ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676ABC; }
p { color: rgb(103,106,188); }
H1.HeaderClassName
{
color: #676ABC;
}
.AnyTagClassName
{
color: #676ABC;
}
</style>
background-color css
<style>
a { background-color: #676ABC; }
a { background-color: rgb(103,106,188); }
div.DivClassName
{
background-color: #676ABC;
}
.BgClassName
{
background-color: #676ABC;
}
</style>
border-color css
<style>
span { border-color: #676ABC; }
span { border-color: rgb(103,106,188); }
td.TdClassName
{
border-color: #676ABC;
}
.TagClassName
{
border-color: #676ABC;
}
</style>