Shades of Chetwode Blue #6B74A9
Tints of Chetwode Blue #6B74A9
RGB
CMYK
RGB Variations
Color information
#6B74A9 (or 0x6B74A9) is known color: Chetwode Blue. HEX triplet: 6B, 74 and A9. RGB value is (107,116,169). Sum of RGB (Red+Green+Blue) = 107+116+169=392 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.30% from 392); Green value is 116 (45.70% from 255 or 29.59% from 392); Blue value is 169 (66.41% from 255 or 43.11% from 392); Max value from RGB is 169 - color contains mainly: blue. Hex color #6B74A9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B74A9 is #948B56. Grayscale: #777777. Windows color (decimal): -9734999 or 11105387. OLE color: 11105387.
HSL color Cylindrical-coordinate representation of color #6B74A9: hue angle of 231.29º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6B74A9 is Cyan = 0.37, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 107 | 116 | 169 | - |
| CMYK | 0.37 | 0.31 | 0 | 0.34 |
| HSL | 231.29º | 0.26% | 0.54% | - |
| HSV(B) | 231.29º | 0.37% | 0.66% | - |
| XYZ | 19.47 | 18.48 | 40.08 | - |
| YUV | 119.35 | 156.02 | 119.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 116 | 169 | 0.37 | 0.31 | 0 | 0.34 | 231.29 | 0.26 | 0.54 |
| Hex | 6B | 74 | A9 | 25 | 1F | 0 | 22 | E7 | 1A | 36 |
| Octal | 153 | 164 | 251 | 45 | 37 | 0 | 42 | 347 | 32 | 66 |
| Binary | 1101011 | 1110100 | 10101001 | 100101 | 11111 | 0 | 100010 | 11100111 | 11010 | 110110 |
Color Harmonies of #6B74A9
Complementary color
Monochromatic Colors of #6B74A9
Black with #6B74A9
Text Example
Text Example
White with #6B74A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B74A9; }
p { color: rgb(107,116,169); }
H1.HeaderClassName
{
color: #6B74A9;
}
.AnyTagClassName
{
color: #6B74A9;
}
</style>
background-color css
<style>
a { background-color: #6B74A9; }
a { background-color: rgb(107,116,169); }
div.DivClassName
{
background-color: #6B74A9;
}
.BgClassName
{
background-color: #6B74A9;
}
</style>
border-color css
<style>
span { border-color: #6B74A9; }
span { border-color: rgb(107,116,169); }
td.TdClassName
{
border-color: #6B74A9;
}
.TagClassName
{
border-color: #6B74A9;
}
</style>