Shades of Chetwode Blue #6F7ACF
Tints of Chetwode Blue #6F7ACF
RGB
CMYK
RGB Variations
Color information
#6F7ACF (or 0x6F7ACF) is known color: Chetwode Blue. HEX triplet: 6F, 7A and CF. RGB value is (111,122,207). Sum of RGB (Red+Green+Blue) = 111+122+207=440 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25.23% from 440); Green value is 122 (48.05% from 255 or 27.73% from 440); Blue value is 207 (81.25% from 255 or 47.05% from 440); Max value from RGB is 207 - color contains mainly: blue. Hex color #6F7ACF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F7ACF is #908530. Grayscale: #808080. Windows color (decimal): -9471281 or 13597295. OLE color: 13597295.
HSL color Cylindrical-coordinate representation of color #6F7ACF: hue angle of 233.12º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6F7ACF is Cyan = 0.46, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 111 | 122 | 207 | - |
| CMYK | 0.46 | 0.41 | 0 | 0.19 |
| HSL | 233.13º | 0.5% | 0.62% | - |
| HSV(B) | 233.13º | 0.46% | 0.81% | - |
| XYZ | 24.78 | 21.8 | 61.93 | - |
| YUV | 128.4 | 172.36 | 115.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 122 | 207 | 0.46 | 0.41 | 0 | 0.19 | 233.13 | 0.5 | 0.62 |
| Hex | 6F | 7A | CF | 2E | 29 | 0 | 13 | E9 | 32 | 3E |
| Octal | 157 | 172 | 317 | 56 | 51 | 0 | 23 | 351 | 62 | 76 |
| Binary | 1101111 | 1111010 | 11001111 | 101110 | 101001 | 0 | 10011 | 11101001 | 110010 | 111110 |
Color Harmonies of #6F7ACF
Complementary color
Monochromatic Colors of #6F7ACF
Black with #6F7ACF
Text Example
Text Example
White with #6F7ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7ACF; }
p { color: rgb(111,122,207); }
H1.HeaderClassName
{
color: #6F7ACF;
}
.AnyTagClassName
{
color: #6F7ACF;
}
</style>
background-color css
<style>
a { background-color: #6F7ACF; }
a { background-color: rgb(111,122,207); }
div.DivClassName
{
background-color: #6F7ACF;
}
.BgClassName
{
background-color: #6F7ACF;
}
</style>
border-color css
<style>
span { border-color: #6F7ACF; }
span { border-color: rgb(111,122,207); }
td.TdClassName
{
border-color: #6F7ACF;
}
.TagClassName
{
border-color: #6F7ACF;
}
</style>