Shades of Chetwode Blue #6968BF
Tints of Chetwode Blue #6968BF
RGB
CMYK
RGB Variations
Color information
#6968BF (or 0x6968BF) is known color: Chetwode Blue. HEX triplet: 69, 68 and BF. RGB value is (105,104,191). Sum of RGB (Red+Green+Blue) = 105+104+191=400 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.25% from 400); Green value is 104 (41.02% from 255 or 26% from 400); Blue value is 191 (75% from 255 or 47.75% from 400); Max value from RGB is 191 - color contains mainly: blue. Hex color #6968BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6968BF is #969740. Grayscale: #717171. Windows color (decimal): -9869121 or 12544105. OLE color: 12544105.
HSL color Cylindrical-coordinate representation of color #6968BF: hue angle of 240.69º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6968BF is Cyan = 0.45, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 105 | 104 | 191 | - |
| CMYK | 0.45 | 0.46 | 0 | 0.25 |
| HSL | 240.69º | 0.4% | 0.58% | - |
| HSV(B) | 240.69º | 0.46% | 0.75% | - |
| XYZ | 20.18 | 16.67 | 51.44 | - |
| YUV | 114.22 | 171.33 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 104 | 191 | 0.45 | 0.46 | 0 | 0.25 | 240.69 | 0.4 | 0.58 |
| Hex | 69 | 68 | BF | 2D | 2E | 0 | 19 | F1 | 28 | 3A |
| Octal | 151 | 150 | 277 | 55 | 56 | 0 | 31 | 361 | 50 | 72 |
| Binary | 1101001 | 1101000 | 10111111 | 101101 | 101110 | 0 | 11001 | 11110001 | 101000 | 111010 |
Color Harmonies of #6968BF
Complementary color
Monochromatic Colors of #6968BF
Black with #6968BF
Text Example
Text Example
White with #6968BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6968BF; }
p { color: rgb(105,104,191); }
H1.HeaderClassName
{
color: #6968BF;
}
.AnyTagClassName
{
color: #6968BF;
}
</style>
background-color css
<style>
a { background-color: #6968BF; }
a { background-color: rgb(105,104,191); }
div.DivClassName
{
background-color: #6968BF;
}
.BgClassName
{
background-color: #6968BF;
}
</style>
border-color css
<style>
span { border-color: #6968BF; }
span { border-color: rgb(105,104,191); }
td.TdClassName
{
border-color: #6968BF;
}
.TagClassName
{
border-color: #6968BF;
}
</style>