Shades of Chetwode Blue #6167B2
Tints of Chetwode Blue #6167B2
RGB
CMYK
RGB Variations
Color information
#6167B2 (or 0x6167B2) is known color: Chetwode Blue. HEX triplet: 61, 67 and B2. RGB value is (97,103,178). Sum of RGB (Red+Green+Blue) = 97+103+178=378 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.66% from 378); Green value is 103 (40.62% from 255 or 27.25% from 378); Blue value is 178 (69.92% from 255 or 47.09% from 378); Max value from RGB is 178 - color contains mainly: blue. Hex color #6167B2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6167B2 is #9E984D. Grayscale: #6D6D6D. Windows color (decimal): -10393678 or 11691873. OLE color: 11691873.
HSL color Cylindrical-coordinate representation of color #6167B2: hue angle of 235.56º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6167B2 is Cyan = 0.46, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 97 | 103 | 178 | - |
| CMYK | 0.46 | 0.42 | 0 | 0.30 |
| HSL | 235.56º | 0.34% | 0.54% | - |
| HSV(B) | 235.56º | 0.46% | 0.7% | - |
| XYZ | 17.82 | 15.46 | 44.16 | - |
| YUV | 109.76 | 166.51 | 118.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 103 | 178 | 0.46 | 0.42 | 0 | 0.30 | 235.56 | 0.34 | 0.54 |
| Hex | 61 | 67 | B2 | 2E | 2A | 0 | 1E | EC | 22 | 36 |
| Octal | 141 | 147 | 262 | 56 | 52 | 0 | 36 | 354 | 42 | 66 |
| Binary | 1100001 | 1100111 | 10110010 | 101110 | 101010 | 0 | 11110 | 11101100 | 100010 | 110110 |
Color Harmonies of #6167B2
Complementary color
Monochromatic Colors of #6167B2
Black with #6167B2
Text Example
Text Example
White with #6167B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6167B2; }
p { color: rgb(97,103,178); }
H1.HeaderClassName
{
color: #6167B2;
}
.AnyTagClassName
{
color: #6167B2;
}
</style>
background-color css
<style>
a { background-color: #6167B2; }
a { background-color: rgb(97,103,178); }
div.DivClassName
{
background-color: #6167B2;
}
.BgClassName
{
background-color: #6167B2;
}
</style>
border-color css
<style>
span { border-color: #6167B2; }
span { border-color: rgb(97,103,178); }
td.TdClassName
{
border-color: #6167B2;
}
.TagClassName
{
border-color: #6167B2;
}
</style>