Shades of Chetwode Blue #6F72BE
Tints of Chetwode Blue #6F72BE
RGB
CMYK
RGB Variations
Color information
#6F72BE (or 0x6F72BE) is known color: Chetwode Blue. HEX triplet: 6F, 72 and BE. RGB value is (111,114,190). Sum of RGB (Red+Green+Blue) = 111+114+190=415 (54% of max value = 765). Red value is 111 (43.75% from 255 or 26.75% from 415); Green value is 114 (44.92% from 255 or 27.47% from 415); Blue value is 190 (74.61% from 255 or 45.78% from 415); Max value from RGB is 190 - color contains mainly: blue. Hex color #6F72BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F72BE is #908D41. Grayscale: #797979. Windows color (decimal): -9473346 or 12481135. OLE color: 12481135.
HSL color Cylindrical-coordinate representation of color #6F72BE: hue angle of 237.72º 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 #6F72BE is Cyan = 0.42, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 111 | 114 | 190 | - |
| CMYK | 0.42 | 0.40 | 0 | 0.25 |
| HSL | 237.72º | 0.38% | 0.59% | - |
| HSV(B) | 237.72º | 0.42% | 0.75% | - |
| XYZ | 21.87 | 19.13 | 51.26 | - |
| YUV | 121.77 | 166.51 | 120.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 114 | 190 | 0.42 | 0.40 | 0 | 0.25 | 237.72 | 0.38 | 0.59 |
| Hex | 6F | 72 | BE | 2A | 28 | 0 | 19 | EE | 26 | 3B |
| Octal | 157 | 162 | 276 | 52 | 50 | 0 | 31 | 356 | 46 | 73 |
| Binary | 1101111 | 1110010 | 10111110 | 101010 | 101000 | 0 | 11001 | 11101110 | 100110 | 111011 |
Color Harmonies of #6F72BE
Complementary color
Monochromatic Colors of #6F72BE
Black with #6F72BE
Text Example
Text Example
White with #6F72BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F72BE; }
p { color: rgb(111,114,190); }
H1.HeaderClassName
{
color: #6F72BE;
}
.AnyTagClassName
{
color: #6F72BE;
}
</style>
background-color css
<style>
a { background-color: #6F72BE; }
a { background-color: rgb(111,114,190); }
div.DivClassName
{
background-color: #6F72BE;
}
.BgClassName
{
background-color: #6F72BE;
}
</style>
border-color css
<style>
span { border-color: #6F72BE; }
span { border-color: rgb(111,114,190); }
td.TdClassName
{
border-color: #6F72BE;
}
.TagClassName
{
border-color: #6F72BE;
}
</style>