Shades of Chetwode Blue #6B6ABC
Tints of Chetwode Blue #6B6ABC
RGB
CMYK
RGB Variations
Color information
#6B6ABC (or 0x6B6ABC) is known color: Chetwode Blue. HEX triplet: 6B, 6A and BC. RGB value is (107,106,188). Sum of RGB (Red+Green+Blue) = 107+106+188=401 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.68% from 401); Green value is 106 (41.80% from 255 or 26.43% from 401); Blue value is 188 (73.83% from 255 or 46.88% from 401); Max value from RGB is 188 - color contains mainly: blue. Hex color #6B6ABC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B6ABC is #949543. Grayscale: #737373. Windows color (decimal): -9737540 or 12348011. OLE color: 12348011.
HSL color Cylindrical-coordinate representation of color #6B6ABC: hue angle of 240.73º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6B6ABC is Cyan = 0.43, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 107 | 106 | 188 | - |
| CMYK | 0.43 | 0.44 | 0 | 0.26 |
| HSL | 240.73º | 0.38% | 0.58% | - |
| HSV(B) | 240.73º | 0.44% | 0.74% | - |
| XYZ | 20.29 | 17.06 | 49.8 | - |
| YUV | 115.65 | 168.83 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 106 | 188 | 0.43 | 0.44 | 0 | 0.26 | 240.73 | 0.38 | 0.58 |
| Hex | 6B | 6A | BC | 2B | 2C | 0 | 1A | F1 | 26 | 3A |
| Octal | 153 | 152 | 274 | 53 | 54 | 0 | 32 | 361 | 46 | 72 |
| Binary | 1101011 | 1101010 | 10111100 | 101011 | 101100 | 0 | 11010 | 11110001 | 100110 | 111010 |
Color Harmonies of #6B6ABC
Complementary color
Monochromatic Colors of #6B6ABC
Black with #6B6ABC
Text Example
Text Example
White with #6B6ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6ABC; }
p { color: rgb(107,106,188); }
H1.HeaderClassName
{
color: #6B6ABC;
}
.AnyTagClassName
{
color: #6B6ABC;
}
</style>
background-color css
<style>
a { background-color: #6B6ABC; }
a { background-color: rgb(107,106,188); }
div.DivClassName
{
background-color: #6B6ABC;
}
.BgClassName
{
background-color: #6B6ABC;
}
</style>
border-color css
<style>
span { border-color: #6B6ABC; }
span { border-color: rgb(107,106,188); }
td.TdClassName
{
border-color: #6B6ABC;
}
.TagClassName
{
border-color: #6B6ABC;
}
</style>