Shades of Chetwode Blue #6167C3
Tints of Chetwode Blue #6167C3
RGB
CMYK
RGB Variations
Color information
#6167C3 (or 0x6167C3) is known color: Chetwode Blue. HEX triplet: 61, 67 and C3. RGB value is (97,103,195). Sum of RGB (Red+Green+Blue) = 97+103+195=395 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.56% from 395); Green value is 103 (40.62% from 255 or 26.08% from 395); Blue value is 195 (76.56% from 255 or 49.37% from 395); Max value from RGB is 195 - color contains mainly: blue. Hex color #6167C3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6167C3 is #9E983C. Grayscale: #6F6F6F. Windows color (decimal): -10393661 or 12805985. OLE color: 12805985.
HSL color Cylindrical-coordinate representation of color #6167C3: hue angle of 236.33º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6167C3 is Cyan = 0.50, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 97 | 103 | 195 | - |
| CMYK | 0.50 | 0.47 | 0 | 0.24 |
| HSL | 236.33º | 0.45% | 0.57% | - |
| HSV(B) | 236.33º | 0.5% | 0.76% | - |
| XYZ | 19.63 | 16.18 | 53.72 | - |
| YUV | 111.69 | 175.01 | 117.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 103 | 195 | 0.50 | 0.47 | 0 | 0.24 | 236.33 | 0.45 | 0.57 |
| Hex | 61 | 67 | C3 | 32 | 2F | 0 | 18 | EC | 2D | 39 |
| Octal | 141 | 147 | 303 | 62 | 57 | 0 | 30 | 354 | 55 | 71 |
| Binary | 1100001 | 1100111 | 11000011 | 110010 | 101111 | 0 | 11000 | 11101100 | 101101 | 111001 |
Color Harmonies of #6167C3
Complementary color
Monochromatic Colors of #6167C3
Black with #6167C3
Text Example
Text Example
White with #6167C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6167C3; }
p { color: rgb(97,103,195); }
H1.HeaderClassName
{
color: #6167C3;
}
.AnyTagClassName
{
color: #6167C3;
}
</style>
background-color css
<style>
a { background-color: #6167C3; }
a { background-color: rgb(97,103,195); }
div.DivClassName
{
background-color: #6167C3;
}
.BgClassName
{
background-color: #6167C3;
}
</style>
border-color css
<style>
span { border-color: #6167C3; }
span { border-color: rgb(97,103,195); }
td.TdClassName
{
border-color: #6167C3;
}
.TagClassName
{
border-color: #6167C3;
}
</style>