Shades of Chetwode Blue #676CB1
Tints of Chetwode Blue #676CB1
RGB
CMYK
RGB Variations
Color information
#676CB1 (or 0x676CB1) is known color: Chetwode Blue. HEX triplet: 67, 6C and B1. RGB value is (103,108,177). Sum of RGB (Red+Green+Blue) = 103+108+177=388 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.55% from 388); Green value is 108 (42.58% from 255 or 27.84% from 388); Blue value is 177 (69.53% from 255 or 45.62% from 388); Max value from RGB is 177 - color contains mainly: blue. Hex color #676CB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676CB1 is #98934E. Grayscale: #727272. Windows color (decimal): -9999183 or 11627623. OLE color: 11627623.
HSL color Cylindrical-coordinate representation of color #676CB1: hue angle of 235.95º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #676CB1 is Cyan = 0.42, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 103 | 108 | 177 | - |
| CMYK | 0.42 | 0.39 | 0 | 0.31 |
| HSL | 235.95º | 0.32% | 0.55% | - |
| HSV(B) | 235.95º | 0.42% | 0.69% | - |
| XYZ | 18.89 | 16.78 | 43.84 | - |
| YUV | 114.37 | 163.34 | 119.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 108 | 177 | 0.42 | 0.39 | 0 | 0.31 | 235.95 | 0.32 | 0.55 |
| Hex | 67 | 6C | B1 | 2A | 27 | 0 | 1F | EC | 20 | 37 |
| Octal | 147 | 154 | 261 | 52 | 47 | 0 | 37 | 354 | 40 | 67 |
| Binary | 1100111 | 1101100 | 10110001 | 101010 | 100111 | 0 | 11111 | 11101100 | 100000 | 110111 |
Color Harmonies of #676CB1
Complementary color
Monochromatic Colors of #676CB1
Black with #676CB1
Text Example
Text Example
White with #676CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676CB1; }
p { color: rgb(103,108,177); }
H1.HeaderClassName
{
color: #676CB1;
}
.AnyTagClassName
{
color: #676CB1;
}
</style>
background-color css
<style>
a { background-color: #676CB1; }
a { background-color: rgb(103,108,177); }
div.DivClassName
{
background-color: #676CB1;
}
.BgClassName
{
background-color: #676CB1;
}
</style>
border-color css
<style>
span { border-color: #676CB1; }
span { border-color: rgb(103,108,177); }
td.TdClassName
{
border-color: #676CB1;
}
.TagClassName
{
border-color: #676CB1;
}
</style>