Shades of Chetwode Blue #676FBA
Tints of Chetwode Blue #676FBA
RGB
CMYK
RGB Variations
Color information
#676FBA (or 0x676FBA) is known color: Chetwode Blue. HEX triplet: 67, 6F and BA. RGB value is (103,111,186). Sum of RGB (Red+Green+Blue) = 103+111+186=400 (52% of max value = 765). Red value is 103 (40.62% from 255 or 25.75% from 400); Green value is 111 (43.75% from 255 or 27.75% from 400); Blue value is 186 (73.05% from 255 or 46.5% from 400); Max value from RGB is 186 - color contains mainly: blue. Hex color #676FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #676FBA is #989045. Grayscale: #747474. Windows color (decimal): -9998406 or 12218215. OLE color: 12218215.
HSL color Cylindrical-coordinate representation of color #676FBA: hue angle of 234.22º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #676FBA is Cyan = 0.45, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 103 | 111 | 186 | - |
| CMYK | 0.45 | 0.40 | 0 | 0.27 |
| HSL | 234.22º | 0.38% | 0.57% | - |
| HSV(B) | 234.22º | 0.45% | 0.73% | - |
| XYZ | 20.14 | 17.8 | 48.83 | - |
| YUV | 117.16 | 166.85 | 117.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 111 | 186 | 0.45 | 0.40 | 0 | 0.27 | 234.22 | 0.38 | 0.57 |
| Hex | 67 | 6F | BA | 2D | 28 | 0 | 1B | EA | 26 | 39 |
| Octal | 147 | 157 | 272 | 55 | 50 | 0 | 33 | 352 | 46 | 71 |
| Binary | 1100111 | 1101111 | 10111010 | 101101 | 101000 | 0 | 11011 | 11101010 | 100110 | 111001 |
Color Harmonies of #676FBA
Complementary color
Monochromatic Colors of #676FBA
Black with #676FBA
Text Example
Text Example
White with #676FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676FBA; }
p { color: rgb(103,111,186); }
H1.HeaderClassName
{
color: #676FBA;
}
.AnyTagClassName
{
color: #676FBA;
}
</style>
background-color css
<style>
a { background-color: #676FBA; }
a { background-color: rgb(103,111,186); }
div.DivClassName
{
background-color: #676FBA;
}
.BgClassName
{
background-color: #676FBA;
}
</style>
border-color css
<style>
span { border-color: #676FBA; }
span { border-color: rgb(103,111,186); }
td.TdClassName
{
border-color: #676FBA;
}
.TagClassName
{
border-color: #676FBA;
}
</style>