Shades of Chetwode Blue #6164BD
Tints of Chetwode Blue #6164BD
RGB
CMYK
RGB Variations
Color information
#6164BD (or 0x6164BD) is known color: Chetwode Blue. HEX triplet: 61, 64 and BD. RGB value is (97,100,189). Sum of RGB (Red+Green+Blue) = 97+100+189=386 (51% of max value = 765). Red value is 97 (38.28% from 255 or 25.13% from 386); Green value is 100 (39.45% from 255 or 25.91% from 386); Blue value is 189 (74.22% from 255 or 48.96% from 386); Max value from RGB is 189 - color contains mainly: blue. Hex color #6164BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6164BD is #9E9B42. Grayscale: #6C6C6C. Windows color (decimal): -10394435 or 12412001. OLE color: 12412001.
HSL color Cylindrical-coordinate representation of color #6164BD: hue angle of 238.04º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6164BD is Cyan = 0.49, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 97 | 100 | 189 | - |
| CMYK | 0.49 | 0.47 | 0 | 0.26 |
| HSL | 238.04º | 0.41% | 0.56% | - |
| HSV(B) | 238.04º | 0.49% | 0.74% | - |
| XYZ | 18.67 | 15.33 | 50.12 | - |
| YUV | 109.25 | 173.01 | 119.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 100 | 189 | 0.49 | 0.47 | 0 | 0.26 | 238.04 | 0.41 | 0.56 |
| Hex | 61 | 64 | BD | 31 | 2F | 0 | 1A | EE | 29 | 38 |
| Octal | 141 | 144 | 275 | 61 | 57 | 0 | 32 | 356 | 51 | 70 |
| Binary | 1100001 | 1100100 | 10111101 | 110001 | 101111 | 0 | 11010 | 11101110 | 101001 | 111000 |
Color Harmonies of #6164BD
Complementary color
Monochromatic Colors of #6164BD
Black with #6164BD
Text Example
Text Example
White with #6164BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6164BD; }
p { color: rgb(97,100,189); }
H1.HeaderClassName
{
color: #6164BD;
}
.AnyTagClassName
{
color: #6164BD;
}
</style>
background-color css
<style>
a { background-color: #6164BD; }
a { background-color: rgb(97,100,189); }
div.DivClassName
{
background-color: #6164BD;
}
.BgClassName
{
background-color: #6164BD;
}
</style>
border-color css
<style>
span { border-color: #6164BD; }
span { border-color: rgb(97,100,189); }
td.TdClassName
{
border-color: #6164BD;
}
.TagClassName
{
border-color: #6164BD;
}
</style>