Shades of Chetwode Blue #6B69BA
Tints of Chetwode Blue #6B69BA
RGB
CMYK
RGB Variations
Color information
#6B69BA (or 0x6B69BA) is known color: Chetwode Blue. HEX triplet: 6B, 69 and BA. RGB value is (107,105,186). Sum of RGB (Red+Green+Blue) = 107+105+186=398 (52% of max value = 765). Red value is 107 (42.19% from 255 or 26.88% from 398); Green value is 105 (41.41% from 255 or 26.38% from 398); Blue value is 186 (73.05% from 255 or 46.73% from 398); Max value from RGB is 186 - color contains mainly: blue. Hex color #6B69BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B69BA is #949645. Grayscale: #727272. Windows color (decimal): -9737798 or 12216683. OLE color: 12216683.
HSL color Cylindrical-coordinate representation of color #6B69BA: hue angle of 241.48º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6B69BA is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 107 | 105 | 186 | - |
| CMYK | 0.42 | 0.44 | 0 | 0.27 |
| HSL | 241.48º | 0.37% | 0.57% | - |
| HSV(B) | 241.48º | 0.44% | 0.73% | - |
| XYZ | 19.98 | 16.77 | 48.64 | - |
| YUV | 114.83 | 168.16 | 122.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 105 | 186 | 0.42 | 0.44 | 0 | 0.27 | 241.48 | 0.37 | 0.57 |
| Hex | 6B | 69 | BA | 2A | 2C | 0 | 1B | F1 | 25 | 39 |
| Octal | 153 | 151 | 272 | 52 | 54 | 0 | 33 | 361 | 45 | 71 |
| Binary | 1101011 | 1101001 | 10111010 | 101010 | 101100 | 0 | 11011 | 11110001 | 100101 | 111001 |
Color Harmonies of #6B69BA
Complementary color
Monochromatic Colors of #6B69BA
Black with #6B69BA
Text Example
Text Example
White with #6B69BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B69BA; }
p { color: rgb(107,105,186); }
H1.HeaderClassName
{
color: #6B69BA;
}
.AnyTagClassName
{
color: #6B69BA;
}
</style>
background-color css
<style>
a { background-color: #6B69BA; }
a { background-color: rgb(107,105,186); }
div.DivClassName
{
background-color: #6B69BA;
}
.BgClassName
{
background-color: #6B69BA;
}
</style>
border-color css
<style>
span { border-color: #6B69BA; }
span { border-color: rgb(107,105,186); }
td.TdClassName
{
border-color: #6B69BA;
}
.TagClassName
{
border-color: #6B69BA;
}
</style>