Shades of Chetwode Blue #6868B2
Tints of Chetwode Blue #6868B2
RGB
CMYK
RGB Variations
Color information
#6868B2 (or 0x6868B2) is known color: Chetwode Blue. HEX triplet: 68, 68 and B2. RGB value is (104,104,178). Sum of RGB (Red+Green+Blue) = 104+104+178=386 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.94% from 386); Green value is 104 (41.02% from 255 or 26.94% from 386); Blue value is 178 (69.92% from 255 or 46.11% from 386); Max value from RGB is 178 - color contains mainly: blue. Hex color #6868B2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6868B2 is #97974D. Grayscale: #707070. Windows color (decimal): -9934670 or 11692136. OLE color: 11692136.
HSL color Cylindrical-coordinate representation of color #6868B2: hue angle of 240º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6868B2 is Cyan = 0.42, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 104 | 104 | 178 | - |
| CMYK | 0.42 | 0.42 | 0 | 0.30 |
| HSL | 240º | 0.32% | 0.55% | - |
| HSV(B) | 240º | 0.42% | 0.7% | - |
| XYZ | 18.7 | 16.06 | 44.23 | - |
| YUV | 112.44 | 165 | 121.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 104 | 178 | 0.42 | 0.42 | 0 | 0.30 | 240 | 0.32 | 0.55 |
| Hex | 68 | 68 | B2 | 2A | 2A | 0 | 1E | F0 | 20 | 37 |
| Octal | 150 | 150 | 262 | 52 | 52 | 0 | 36 | 360 | 40 | 67 |
| Binary | 1101000 | 1101000 | 10110010 | 101010 | 101010 | 0 | 11110 | 11110000 | 100000 | 110111 |
Color Harmonies of #6868B2
Complementary color
Monochromatic Colors of #6868B2
Black with #6868B2
Text Example
Text Example
White with #6868B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6868B2; }
p { color: rgb(104,104,178); }
H1.HeaderClassName
{
color: #6868B2;
}
.AnyTagClassName
{
color: #6868B2;
}
</style>
background-color css
<style>
a { background-color: #6868B2; }
a { background-color: rgb(104,104,178); }
div.DivClassName
{
background-color: #6868B2;
}
.BgClassName
{
background-color: #6868B2;
}
</style>
border-color css
<style>
span { border-color: #6868B2; }
span { border-color: rgb(104,104,178); }
td.TdClassName
{
border-color: #6868B2;
}
.TagClassName
{
border-color: #6868B2;
}
</style>