Shades of Chetwode Blue #6B7ABC
Tints of Chetwode Blue #6B7ABC
RGB
CMYK
RGB Variations
Color information
#6B7ABC (or 0x6B7ABC) is known color: Chetwode Blue. HEX triplet: 6B, 7A and BC. RGB value is (107,122,188). Sum of RGB (Red+Green+Blue) = 107+122+188=417 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.66% from 417); Green value is 122 (48.05% from 255 or 29.26% from 417); Blue value is 188 (73.83% from 255 or 45.08% from 417); Max value from RGB is 188 - color contains mainly: blue. Hex color #6B7ABC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B7ABC is #948543. Grayscale: #7C7C7C. Windows color (decimal): -9733444 or 12352107. OLE color: 12352107.
HSL color Cylindrical-coordinate representation of color #6B7ABC: hue angle of 228.89º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6B7ABC is Cyan = 0.43, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 107 | 122 | 188 | - |
| CMYK | 0.43 | 0.35 | 0 | 0.26 |
| HSL | 228.89º | 0.38% | 0.58% | - |
| HSV(B) | 228.89º | 0.43% | 0.74% | - |
| XYZ | 22.1 | 20.68 | 50.4 | - |
| YUV | 125.04 | 163.53 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 122 | 188 | 0.43 | 0.35 | 0 | 0.26 | 228.89 | 0.38 | 0.58 |
| Hex | 6B | 7A | BC | 2B | 23 | 0 | 1A | E5 | 26 | 3A |
| Octal | 153 | 172 | 274 | 53 | 43 | 0 | 32 | 345 | 46 | 72 |
| Binary | 1101011 | 1111010 | 10111100 | 101011 | 100011 | 0 | 11010 | 11100101 | 100110 | 111010 |
Color Harmonies of #6B7ABC
Complementary color
Monochromatic Colors of #6B7ABC
Black with #6B7ABC
Text Example
Text Example
White with #6B7ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7ABC; }
p { color: rgb(107,122,188); }
H1.HeaderClassName
{
color: #6B7ABC;
}
.AnyTagClassName
{
color: #6B7ABC;
}
</style>
background-color css
<style>
a { background-color: #6B7ABC; }
a { background-color: rgb(107,122,188); }
div.DivClassName
{
background-color: #6B7ABC;
}
.BgClassName
{
background-color: #6B7ABC;
}
</style>
border-color css
<style>
span { border-color: #6B7ABC; }
span { border-color: rgb(107,122,188); }
td.TdClassName
{
border-color: #6B7ABC;
}
.TagClassName
{
border-color: #6B7ABC;
}
</style>