Shades of Chetwode Blue #6967B1
Tints of Chetwode Blue #6967B1
RGB
CMYK
RGB Variations
Color information
#6967B1 (or 0x6967B1) is known color: Chetwode Blue. HEX triplet: 69, 67 and B1. RGB value is (105,103,177). Sum of RGB (Red+Green+Blue) = 105+103+177=385 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.27% from 385); Green value is 103 (40.62% from 255 or 26.75% from 385); Blue value is 177 (69.53% from 255 or 45.97% from 385); Max value from RGB is 177 - color contains mainly: blue. Hex color #6967B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6967B1 is #96984E. Grayscale: #6F6F6F. Windows color (decimal): -9869391 or 11626345. OLE color: 11626345.
HSL color Cylindrical-coordinate representation of color #6967B1: hue angle of 241.62º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6967B1 is Cyan = 0.41, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 105 | 103 | 177 | - |
| CMYK | 0.41 | 0.42 | 0 | 0.31 |
| HSL | 241.62º | 0.32% | 0.55% | - |
| HSV(B) | 241.62º | 0.42% | 0.69% | - |
| XYZ | 18.61 | 15.88 | 43.68 | - |
| YUV | 112.03 | 164.66 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 103 | 177 | 0.41 | 0.42 | 0 | 0.31 | 241.62 | 0.32 | 0.55 |
| Hex | 69 | 67 | B1 | 29 | 2A | 0 | 1F | F2 | 20 | 37 |
| Octal | 151 | 147 | 261 | 51 | 52 | 0 | 37 | 362 | 40 | 67 |
| Binary | 1101001 | 1100111 | 10110001 | 101001 | 101010 | 0 | 11111 | 11110010 | 100000 | 110111 |
Color Harmonies of #6967B1
Complementary color
Monochromatic Colors of #6967B1
Black with #6967B1
Text Example
Text Example
White with #6967B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6967B1; }
p { color: rgb(105,103,177); }
H1.HeaderClassName
{
color: #6967B1;
}
.AnyTagClassName
{
color: #6967B1;
}
</style>
background-color css
<style>
a { background-color: #6967B1; }
a { background-color: rgb(105,103,177); }
div.DivClassName
{
background-color: #6967B1;
}
.BgClassName
{
background-color: #6967B1;
}
</style>
border-color css
<style>
span { border-color: #6967B1; }
span { border-color: rgb(105,103,177); }
td.TdClassName
{
border-color: #6967B1;
}
.TagClassName
{
border-color: #6967B1;
}
</style>