Shades of Chetwode Blue #6B6CBC
Tints of Chetwode Blue #6B6CBC
RGB
CMYK
RGB Variations
Color information
#6B6CBC (or 0x6B6CBC) is known color: Chetwode Blue. HEX triplet: 6B, 6C and BC. RGB value is (107,108,188). Sum of RGB (Red+Green+Blue) = 107+108+188=403 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.55% from 403); Green value is 108 (42.58% from 255 or 26.80% from 403); Blue value is 188 (73.83% from 255 or 46.65% from 403); Max value from RGB is 188 - color contains mainly: blue. Hex color #6B6CBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B6CBC is #949343. Grayscale: #747474. Windows color (decimal): -9737028 or 12348523. OLE color: 12348523.
HSL color Cylindrical-coordinate representation of color #6B6CBC: hue angle of 239.26º 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 #6B6CBC is Cyan = 0.43, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 107 | 108 | 188 | - |
| CMYK | 0.43 | 0.43 | 0 | 0.26 |
| HSL | 239.26º | 0.38% | 0.58% | - |
| HSV(B) | 239.26º | 0.43% | 0.74% | - |
| XYZ | 20.5 | 17.48 | 49.87 | - |
| YUV | 116.82 | 168.17 | 121 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 108 | 188 | 0.43 | 0.43 | 0 | 0.26 | 239.26 | 0.38 | 0.58 |
| Hex | 6B | 6C | BC | 2B | 2B | 0 | 1A | EF | 26 | 3A |
| Octal | 153 | 154 | 274 | 53 | 53 | 0 | 32 | 357 | 46 | 72 |
| Binary | 1101011 | 1101100 | 10111100 | 101011 | 101011 | 0 | 11010 | 11101111 | 100110 | 111010 |
Color Harmonies of #6B6CBC
Complementary color
Monochromatic Colors of #6B6CBC
Black with #6B6CBC
Text Example
Text Example
White with #6B6CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6CBC; }
p { color: rgb(107,108,188); }
H1.HeaderClassName
{
color: #6B6CBC;
}
.AnyTagClassName
{
color: #6B6CBC;
}
</style>
background-color css
<style>
a { background-color: #6B6CBC; }
a { background-color: rgb(107,108,188); }
div.DivClassName
{
background-color: #6B6CBC;
}
.BgClassName
{
background-color: #6B6CBC;
}
</style>
border-color css
<style>
span { border-color: #6B6CBC; }
span { border-color: rgb(107,108,188); }
td.TdClassName
{
border-color: #6B6CBC;
}
.TagClassName
{
border-color: #6B6CBC;
}
</style>