Shades of Chetwode Blue #676AB5
Tints of Chetwode Blue #676AB5
RGB
CMYK
RGB Variations
Color information
#676AB5 (or 0x676AB5) is known color: Chetwode Blue. HEX triplet: 67, 6A and B5. RGB value is (103,106,181). Sum of RGB (Red+Green+Blue) = 103+106+181=390 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.41% from 390); Green value is 106 (41.80% from 255 or 27.18% from 390); Blue value is 181 (71.09% from 255 or 46.41% from 390); Max value from RGB is 181 - color contains mainly: blue. Hex color #676AB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #676AB5 is #98954A. Grayscale: #717171. Windows color (decimal): -9999691 or 11889255. OLE color: 11889255.
HSL color Cylindrical-coordinate representation of color #676AB5: hue angle of 237.69º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #676AB5 is Cyan = 0.43, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 103 | 106 | 181 | - |
| CMYK | 0.43 | 0.41 | 0 | 0.29 |
| HSL | 237.69º | 0.35% | 0.56% | - |
| HSV(B) | 237.69º | 0.43% | 0.71% | - |
| XYZ | 19.09 | 16.53 | 45.9 | - |
| YUV | 113.65 | 166.01 | 120.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 106 | 181 | 0.43 | 0.41 | 0 | 0.29 | 237.69 | 0.35 | 0.56 |
| Hex | 67 | 6A | B5 | 2B | 29 | 0 | 1D | EE | 23 | 38 |
| Octal | 147 | 152 | 265 | 53 | 51 | 0 | 35 | 356 | 43 | 70 |
| Binary | 1100111 | 1101010 | 10110101 | 101011 | 101001 | 0 | 11101 | 11101110 | 100011 | 111000 |
Color Harmonies of #676AB5
Complementary color
Monochromatic Colors of #676AB5
Black with #676AB5
Text Example
Text Example
White with #676AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676AB5; }
p { color: rgb(103,106,181); }
H1.HeaderClassName
{
color: #676AB5;
}
.AnyTagClassName
{
color: #676AB5;
}
</style>
background-color css
<style>
a { background-color: #676AB5; }
a { background-color: rgb(103,106,181); }
div.DivClassName
{
background-color: #676AB5;
}
.BgClassName
{
background-color: #676AB5;
}
</style>
border-color css
<style>
span { border-color: #676AB5; }
span { border-color: rgb(103,106,181); }
td.TdClassName
{
border-color: #676AB5;
}
.TagClassName
{
border-color: #676AB5;
}
</style>