Shades of Chetwode Blue #6169B4
Tints of Chetwode Blue #6169B4
RGB
CMYK
RGB Variations
Color information
#6169B4 (or 0x6169B4) is known color: Chetwode Blue. HEX triplet: 61, 69 and B4. RGB value is (97,105,180). Sum of RGB (Red+Green+Blue) = 97+105+180=382 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.39% from 382); Green value is 105 (41.41% from 255 or 27.49% from 382); Blue value is 180 (70.70% from 255 or 47.12% from 382); Max value from RGB is 180 - color contains mainly: blue. Hex color #6169B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6169B4 is #9E964B. Grayscale: #6E6E6E. Windows color (decimal): -10393164 or 11823457. OLE color: 11823457.
HSL color Cylindrical-coordinate representation of color #6169B4: hue angle of 234.22º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6169B4 is Cyan = 0.46, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 97 | 105 | 180 | - |
| CMYK | 0.46 | 0.42 | 0 | 0.29 |
| HSL | 234.22º | 0.36% | 0.54% | - |
| HSV(B) | 234.22º | 0.46% | 0.71% | - |
| XYZ | 18.22 | 15.94 | 45.3 | - |
| YUV | 111.16 | 166.85 | 117.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 105 | 180 | 0.46 | 0.42 | 0 | 0.29 | 234.22 | 0.36 | 0.54 |
| Hex | 61 | 69 | B4 | 2E | 2A | 0 | 1D | EA | 24 | 36 |
| Octal | 141 | 151 | 264 | 56 | 52 | 0 | 35 | 352 | 44 | 66 |
| Binary | 1100001 | 1101001 | 10110100 | 101110 | 101010 | 0 | 11101 | 11101010 | 100100 | 110110 |
Color Harmonies of #6169B4
Complementary color
Monochromatic Colors of #6169B4
Black with #6169B4
Text Example
Text Example
White with #6169B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6169B4; }
p { color: rgb(97,105,180); }
H1.HeaderClassName
{
color: #6169B4;
}
.AnyTagClassName
{
color: #6169B4;
}
</style>
background-color css
<style>
a { background-color: #6169B4; }
a { background-color: rgb(97,105,180); }
div.DivClassName
{
background-color: #6169B4;
}
.BgClassName
{
background-color: #6169B4;
}
</style>
border-color css
<style>
span { border-color: #6169B4; }
span { border-color: rgb(97,105,180); }
td.TdClassName
{
border-color: #6169B4;
}
.TagClassName
{
border-color: #6169B4;
}
</style>