Shades of Chetwode Blue #6A74BF
Tints of Chetwode Blue #6A74BF
RGB
CMYK
RGB Variations
Color information
#6A74BF (or 0x6A74BF) is known color: Chetwode Blue. HEX triplet: 6A, 74 and BF. RGB value is (106,116,191). Sum of RGB (Red+Green+Blue) = 106+116+191=413 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.67% from 413); Green value is 116 (45.70% from 255 or 28.09% from 413); Blue value is 191 (75% from 255 or 46.25% from 413); Max value from RGB is 191 - color contains mainly: blue. Hex color #6A74BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A74BF is #958B40. Grayscale: #797979. Windows color (decimal): -9800513 or 12547178. OLE color: 12547178.
HSL color Cylindrical-coordinate representation of color #6A74BF: hue angle of 232.94º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6A74BF is Cyan = 0.45, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 106 | 116 | 191 | - |
| CMYK | 0.45 | 0.39 | 0 | 0.25 |
| HSL | 232.94º | 0.4% | 0.58% | - |
| HSV(B) | 232.94º | 0.45% | 0.75% | - |
| XYZ | 21.59 | 19.32 | 51.88 | - |
| YUV | 121.56 | 167.19 | 116.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 116 | 191 | 0.45 | 0.39 | 0 | 0.25 | 232.94 | 0.4 | 0.58 |
| Hex | 6A | 74 | BF | 2D | 27 | 0 | 19 | E9 | 28 | 3A |
| Octal | 152 | 164 | 277 | 55 | 47 | 0 | 31 | 351 | 50 | 72 |
| Binary | 1101010 | 1110100 | 10111111 | 101101 | 100111 | 0 | 11001 | 11101001 | 101000 | 111010 |
Color Harmonies of #6A74BF
Complementary color
Monochromatic Colors of #6A74BF
Black with #6A74BF
Text Example
Text Example
White with #6A74BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A74BF; }
p { color: rgb(106,116,191); }
H1.HeaderClassName
{
color: #6A74BF;
}
.AnyTagClassName
{
color: #6A74BF;
}
</style>
background-color css
<style>
a { background-color: #6A74BF; }
a { background-color: rgb(106,116,191); }
div.DivClassName
{
background-color: #6A74BF;
}
.BgClassName
{
background-color: #6A74BF;
}
</style>
border-color css
<style>
span { border-color: #6A74BF; }
span { border-color: rgb(106,116,191); }
td.TdClassName
{
border-color: #6A74BF;
}
.TagClassName
{
border-color: #6A74BF;
}
</style>