Shades of Chetwode Blue #6767BB
Tints of Chetwode Blue #6767BB
RGB
CMYK
RGB Variations
Color information
#6767BB (or 0x6767BB) is known color: Chetwode Blue. HEX triplet: 67, 67 and BB. RGB value is (103,103,187). Sum of RGB (Red+Green+Blue) = 103+103+187=393 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.21% from 393); Green value is 103 (40.62% from 255 or 26.21% from 393); Blue value is 187 (73.44% from 255 or 47.58% from 393); Max value from RGB is 187 - color contains mainly: blue. Hex color #6767BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6767BB is #989844. Grayscale: #707070. Windows color (decimal): -10000453 or 12281703. OLE color: 12281703.
HSL color Cylindrical-coordinate representation of color #6767BB: hue angle of 240º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6767BB is Cyan = 0.45, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 103 | 103 | 187 | - |
| CMYK | 0.45 | 0.45 | 0 | 0.27 |
| HSL | 240º | 0.38% | 0.57% | - |
| HSV(B) | 240º | 0.45% | 0.73% | - |
| XYZ | 19.41 | 16.17 | 49.11 | - |
| YUV | 112.58 | 170 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 103 | 187 | 0.45 | 0.45 | 0 | 0.27 | 240 | 0.38 | 0.57 |
| Hex | 67 | 67 | BB | 2D | 2D | 0 | 1B | F0 | 26 | 39 |
| Octal | 147 | 147 | 273 | 55 | 55 | 0 | 33 | 360 | 46 | 71 |
| Binary | 1100111 | 1100111 | 10111011 | 101101 | 101101 | 0 | 11011 | 11110000 | 100110 | 111001 |
Color Harmonies of #6767BB
Complementary color
Monochromatic Colors of #6767BB
Black with #6767BB
Text Example
Text Example
White with #6767BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6767BB; }
p { color: rgb(103,103,187); }
H1.HeaderClassName
{
color: #6767BB;
}
.AnyTagClassName
{
color: #6767BB;
}
</style>
background-color css
<style>
a { background-color: #6767BB; }
a { background-color: rgb(103,103,187); }
div.DivClassName
{
background-color: #6767BB;
}
.BgClassName
{
background-color: #6767BB;
}
</style>
border-color css
<style>
span { border-color: #6767BB; }
span { border-color: rgb(103,103,187); }
td.TdClassName
{
border-color: #6767BB;
}
.TagClassName
{
border-color: #6767BB;
}
</style>