Shades of Chetwode Blue #6B6FAC
Tints of Chetwode Blue #6B6FAC
RGB
CMYK
RGB Variations
Color information
#6B6FAC (or 0x6B6FAC) is known color: Chetwode Blue. HEX triplet: 6B, 6F and AC. RGB value is (107,111,172). Sum of RGB (Red+Green+Blue) = 107+111+172=390 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.44% from 390); Green value is 111 (43.75% from 255 or 28.46% from 390); Blue value is 172 (67.58% from 255 or 44.10% from 390); Max value from RGB is 172 - color contains mainly: blue. Hex color #6B6FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B6FAC is #949053. Grayscale: #747474. Windows color (decimal): -9736276 or 11300715. OLE color: 11300715.
HSL color Cylindrical-coordinate representation of color #6B6FAC: hue angle of 236.31º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6B6FAC is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 107 | 111 | 172 | - |
| CMYK | 0.38 | 0.35 | 0 | 0.33 |
| HSL | 236.31º | 0.28% | 0.55% | - |
| HSV(B) | 236.31º | 0.38% | 0.67% | - |
| XYZ | 19.19 | 17.47 | 41.39 | - |
| YUV | 116.76 | 159.17 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 111 | 172 | 0.38 | 0.35 | 0 | 0.33 | 236.31 | 0.28 | 0.55 |
| Hex | 6B | 6F | AC | 26 | 23 | 0 | 21 | EC | 1C | 37 |
| Octal | 153 | 157 | 254 | 46 | 43 | 0 | 41 | 354 | 34 | 67 |
| Binary | 1101011 | 1101111 | 10101100 | 100110 | 100011 | 0 | 100001 | 11101100 | 11100 | 110111 |
Color Harmonies of #6B6FAC
Complementary color
Monochromatic Colors of #6B6FAC
Black with #6B6FAC
Text Example
Text Example
White with #6B6FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6FAC; }
p { color: rgb(107,111,172); }
H1.HeaderClassName
{
color: #6B6FAC;
}
.AnyTagClassName
{
color: #6B6FAC;
}
</style>
background-color css
<style>
a { background-color: #6B6FAC; }
a { background-color: rgb(107,111,172); }
div.DivClassName
{
background-color: #6B6FAC;
}
.BgClassName
{
background-color: #6B6FAC;
}
</style>
border-color css
<style>
span { border-color: #6B6FAC; }
span { border-color: rgb(107,111,172); }
td.TdClassName
{
border-color: #6B6FAC;
}
.TagClassName
{
border-color: #6B6FAC;
}
</style>