Shades of Chetwode Blue #676FB5
Tints of Chetwode Blue #676FB5
RGB
CMYK
RGB Variations
Color information
#676FB5 (or 0x676FB5) is known color: Chetwode Blue. HEX triplet: 67, 6F and B5. RGB value is (103,111,181). Sum of RGB (Red+Green+Blue) = 103+111+181=395 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.08% from 395); Green value is 111 (43.75% from 255 or 28.10% from 395); Blue value is 181 (71.09% from 255 or 45.82% from 395); Max value from RGB is 181 - color contains mainly: blue. Hex color #676FB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #676FB5 is #98904A. Grayscale: #747474. Windows color (decimal): -9998411 or 11890535. OLE color: 11890535.
HSL color Cylindrical-coordinate representation of color #676FB5: hue angle of 233.85º 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 #676FB5 is Cyan = 0.43, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 103 | 111 | 181 | - |
| CMYK | 0.43 | 0.39 | 0 | 0.29 |
| HSL | 233.85º | 0.35% | 0.56% | - |
| HSV(B) | 233.85º | 0.43% | 0.71% | - |
| XYZ | 19.62 | 17.59 | 46.08 | - |
| YUV | 116.59 | 164.35 | 118.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 111 | 181 | 0.43 | 0.39 | 0 | 0.29 | 233.85 | 0.35 | 0.56 |
| Hex | 67 | 6F | B5 | 2B | 27 | 0 | 1D | EA | 23 | 38 |
| Octal | 147 | 157 | 265 | 53 | 47 | 0 | 35 | 352 | 43 | 70 |
| Binary | 1100111 | 1101111 | 10110101 | 101011 | 100111 | 0 | 11101 | 11101010 | 100011 | 111000 |
Color Harmonies of #676FB5
Complementary color
Monochromatic Colors of #676FB5
Black with #676FB5
Text Example
Text Example
White with #676FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676FB5; }
p { color: rgb(103,111,181); }
H1.HeaderClassName
{
color: #676FB5;
}
.AnyTagClassName
{
color: #676FB5;
}
</style>
background-color css
<style>
a { background-color: #676FB5; }
a { background-color: rgb(103,111,181); }
div.DivClassName
{
background-color: #676FB5;
}
.BgClassName
{
background-color: #676FB5;
}
</style>
border-color css
<style>
span { border-color: #676FB5; }
span { border-color: rgb(103,111,181); }
td.TdClassName
{
border-color: #676FB5;
}
.TagClassName
{
border-color: #676FB5;
}
</style>