Shades of Chetwode Blue #6165BC
Tints of Chetwode Blue #6165BC
RGB
CMYK
RGB Variations
Color information
#6165BC (or 0x6165BC) is known color: Chetwode Blue. HEX triplet: 61, 65 and BC. RGB value is (97,101,188). Sum of RGB (Red+Green+Blue) = 97+101+188=386 (51% of max value = 765). Red value is 97 (38.28% from 255 or 25.13% from 386); Green value is 101 (39.84% from 255 or 26.17% from 386); Blue value is 188 (73.83% from 255 or 48.70% from 386); Max value from RGB is 188 - color contains mainly: blue. Hex color #6165BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6165BC is #9E9A43. Grayscale: #6D6D6D. Windows color (decimal): -10394180 or 12346721. OLE color: 12346721.
HSL color Cylindrical-coordinate representation of color #6165BC: hue angle of 237.36º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6165BC is Cyan = 0.48, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 97 | 101 | 188 | - |
| CMYK | 0.48 | 0.46 | 0 | 0.26 |
| HSL | 237.36º | 0.4% | 0.56% | - |
| HSV(B) | 237.36º | 0.48% | 0.74% | - |
| XYZ | 18.66 | 15.48 | 49.58 | - |
| YUV | 109.72 | 172.17 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 101 | 188 | 0.48 | 0.46 | 0 | 0.26 | 237.36 | 0.4 | 0.56 |
| Hex | 61 | 65 | BC | 30 | 2E | 0 | 1A | ED | 28 | 38 |
| Octal | 141 | 145 | 274 | 60 | 56 | 0 | 32 | 355 | 50 | 70 |
| Binary | 1100001 | 1100101 | 10111100 | 110000 | 101110 | 0 | 11010 | 11101101 | 101000 | 111000 |
Color Harmonies of #6165BC
Complementary color
Monochromatic Colors of #6165BC
Black with #6165BC
Text Example
Text Example
White with #6165BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6165BC; }
p { color: rgb(97,101,188); }
H1.HeaderClassName
{
color: #6165BC;
}
.AnyTagClassName
{
color: #6165BC;
}
</style>
background-color css
<style>
a { background-color: #6165BC; }
a { background-color: rgb(97,101,188); }
div.DivClassName
{
background-color: #6165BC;
}
.BgClassName
{
background-color: #6165BC;
}
</style>
border-color css
<style>
span { border-color: #6165BC; }
span { border-color: rgb(97,101,188); }
td.TdClassName
{
border-color: #6165BC;
}
.TagClassName
{
border-color: #6165BC;
}
</style>