Shades of Chetwode Blue #6F75BC
Tints of Chetwode Blue #6F75BC
RGB
CMYK
RGB Variations
Color information
#6F75BC (or 0x6F75BC) is known color: Chetwode Blue. HEX triplet: 6F, 75 and BC. RGB value is (111,117,188). Sum of RGB (Red+Green+Blue) = 111+117+188=416 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.68% from 416); Green value is 117 (46.09% from 255 or 28.12% from 416); Blue value is 188 (73.83% from 255 or 45.19% from 416); Max value from RGB is 188 - color contains mainly: blue. Hex color #6F75BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F75BC is #908A43. Grayscale: #7B7B7B. Windows color (decimal): -9472580 or 12350831. OLE color: 12350831.
HSL color Cylindrical-coordinate representation of color #6F75BC: hue angle of 235.32º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6F75BC is Cyan = 0.41, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 111 | 117 | 188 | - |
| CMYK | 0.41 | 0.38 | 0 | 0.26 |
| HSL | 235.32º | 0.36% | 0.59% | - |
| HSV(B) | 235.32º | 0.41% | 0.74% | - |
| XYZ | 21.99 | 19.73 | 50.23 | - |
| YUV | 123.3 | 164.51 | 119.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 117 | 188 | 0.41 | 0.38 | 0 | 0.26 | 235.32 | 0.36 | 0.59 |
| Hex | 6F | 75 | BC | 29 | 26 | 0 | 1A | EB | 24 | 3B |
| Octal | 157 | 165 | 274 | 51 | 46 | 0 | 32 | 353 | 44 | 73 |
| Binary | 1101111 | 1110101 | 10111100 | 101001 | 100110 | 0 | 11010 | 11101011 | 100100 | 111011 |
Color Harmonies of #6F75BC
Complementary color
Monochromatic Colors of #6F75BC
Black with #6F75BC
Text Example
Text Example
White with #6F75BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F75BC; }
p { color: rgb(111,117,188); }
H1.HeaderClassName
{
color: #6F75BC;
}
.AnyTagClassName
{
color: #6F75BC;
}
</style>
background-color css
<style>
a { background-color: #6F75BC; }
a { background-color: rgb(111,117,188); }
div.DivClassName
{
background-color: #6F75BC;
}
.BgClassName
{
background-color: #6F75BC;
}
</style>
border-color css
<style>
span { border-color: #6F75BC; }
span { border-color: rgb(111,117,188); }
td.TdClassName
{
border-color: #6F75BC;
}
.TagClassName
{
border-color: #6F75BC;
}
</style>