Shades of Chetwode Blue #676FC1
Tints of Chetwode Blue #676FC1
RGB
CMYK
RGB Variations
Color information
#676FC1 (or 0x676FC1) is known color: Chetwode Blue. HEX triplet: 67, 6F and C1. RGB value is (103,111,193). Sum of RGB (Red+Green+Blue) = 103+111+193=407 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.31% from 407); Green value is 111 (43.75% from 255 or 27.27% from 407); Blue value is 193 (75.78% from 255 or 47.42% from 407); Max value from RGB is 193 - color contains mainly: blue. Hex color #676FC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #676FC1 is #98903E. Grayscale: #757575. Windows color (decimal): -9998399 or 12676967. OLE color: 12676967.
HSL color Cylindrical-coordinate representation of color #676FC1: hue angle of 234.67º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #676FC1 is Cyan = 0.47, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 103 | 111 | 193 | - |
| CMYK | 0.47 | 0.42 | 0 | 0.24 |
| HSL | 234.67º | 0.42% | 0.58% | - |
| HSV(B) | 234.67º | 0.47% | 0.76% | - |
| XYZ | 20.9 | 18.1 | 52.84 | - |
| YUV | 117.96 | 170.35 | 117.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 111 | 193 | 0.47 | 0.42 | 0 | 0.24 | 234.67 | 0.42 | 0.58 |
| Hex | 67 | 6F | C1 | 2F | 2A | 0 | 18 | EB | 2A | 3A |
| Octal | 147 | 157 | 301 | 57 | 52 | 0 | 30 | 353 | 52 | 72 |
| Binary | 1100111 | 1101111 | 11000001 | 101111 | 101010 | 0 | 11000 | 11101011 | 101010 | 111010 |
Color Harmonies of #676FC1
Complementary color
Monochromatic Colors of #676FC1
Black with #676FC1
Text Example
Text Example
White with #676FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676FC1; }
p { color: rgb(103,111,193); }
H1.HeaderClassName
{
color: #676FC1;
}
.AnyTagClassName
{
color: #676FC1;
}
</style>
background-color css
<style>
a { background-color: #676FC1; }
a { background-color: rgb(103,111,193); }
div.DivClassName
{
background-color: #676FC1;
}
.BgClassName
{
background-color: #676FC1;
}
</style>
border-color css
<style>
span { border-color: #676FC1; }
span { border-color: rgb(103,111,193); }
td.TdClassName
{
border-color: #676FC1;
}
.TagClassName
{
border-color: #676FC1;
}
</style>