Shades of Chetwode Blue #6F73BF
Tints of Chetwode Blue #6F73BF
RGB
CMYK
RGB Variations
Color information
#6F73BF (or 0x6F73BF) is known color: Chetwode Blue. HEX triplet: 6F, 73 and BF. RGB value is (111,115,191). Sum of RGB (Red+Green+Blue) = 111+115+191=417 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.62% from 417); Green value is 115 (45.31% from 255 or 27.58% from 417); Blue value is 191 (75% from 255 or 45.80% from 417); Max value from RGB is 191 - color contains mainly: blue. Hex color #6F73BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F73BF is #908C40. Grayscale: #7A7A7A. Windows color (decimal): -9473089 or 12546927. OLE color: 12546927.
HSL color Cylindrical-coordinate representation of color #6F73BF: hue angle of 237º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6F73BF is Cyan = 0.42, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 111 | 115 | 191 | - |
| CMYK | 0.42 | 0.40 | 0 | 0.25 |
| HSL | 237º | 0.38% | 0.59% | - |
| HSV(B) | 237º | 0.42% | 0.75% | - |
| XYZ | 22.09 | 19.4 | 51.87 | - |
| YUV | 122.47 | 166.67 | 119.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 115 | 191 | 0.42 | 0.40 | 0 | 0.25 | 237 | 0.38 | 0.59 |
| Hex | 6F | 73 | BF | 2A | 28 | 0 | 19 | ED | 26 | 3B |
| Octal | 157 | 163 | 277 | 52 | 50 | 0 | 31 | 355 | 46 | 73 |
| Binary | 1101111 | 1110011 | 10111111 | 101010 | 101000 | 0 | 11001 | 11101101 | 100110 | 111011 |
Color Harmonies of #6F73BF
Complementary color
Monochromatic Colors of #6F73BF
Black with #6F73BF
Text Example
Text Example
White with #6F73BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F73BF; }
p { color: rgb(111,115,191); }
H1.HeaderClassName
{
color: #6F73BF;
}
.AnyTagClassName
{
color: #6F73BF;
}
</style>
background-color css
<style>
a { background-color: #6F73BF; }
a { background-color: rgb(111,115,191); }
div.DivClassName
{
background-color: #6F73BF;
}
.BgClassName
{
background-color: #6F73BF;
}
</style>
border-color css
<style>
span { border-color: #6F73BF; }
span { border-color: rgb(111,115,191); }
td.TdClassName
{
border-color: #6F73BF;
}
.TagClassName
{
border-color: #6F73BF;
}
</style>