Shades of Chetwode Blue #6869A4
Tints of Chetwode Blue #6869A4
RGB
CMYK
RGB Variations
Color information
#6869A4 (or 0x6869A4) is known color: Chetwode Blue. HEX triplet: 68, 69 and A4. RGB value is (104,105,164). Sum of RGB (Red+Green+Blue) = 104+105+164=373 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.88% from 373); Green value is 105 (41.41% from 255 or 28.15% from 373); Blue value is 164 (64.45% from 255 or 43.97% from 373); Max value from RGB is 164 - color contains mainly: blue. Hex color #6869A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6869A4 is #97965B. Grayscale: #6F6F6F. Windows color (decimal): -9934428 or 10774888. OLE color: 10774888.
HSL color Cylindrical-coordinate representation of color #6869A4: hue angle of 239º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6869A4 is Cyan = 0.37, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 104 | 105 | 164 | - |
| CMYK | 0.37 | 0.36 | 0 | 0.36 |
| HSL | 239º | 0.25% | 0.53% | - |
| HSV(B) | 239º | 0.37% | 0.64% | - |
| XYZ | 17.46 | 15.73 | 37.24 | - |
| YUV | 111.43 | 157.67 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 105 | 164 | 0.37 | 0.36 | 0 | 0.36 | 239 | 0.25 | 0.53 |
| Hex | 68 | 69 | A4 | 25 | 24 | 0 | 24 | EF | 19 | 35 |
| Octal | 150 | 151 | 244 | 45 | 44 | 0 | 44 | 357 | 31 | 65 |
| Binary | 1101000 | 1101001 | 10100100 | 100101 | 100100 | 0 | 100100 | 11101111 | 11001 | 110101 |
Color Harmonies of #6869A4
Complementary color
Monochromatic Colors of #6869A4
Black with #6869A4
Text Example
Text Example
White with #6869A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6869A4; }
p { color: rgb(104,105,164); }
H1.HeaderClassName
{
color: #6869A4;
}
.AnyTagClassName
{
color: #6869A4;
}
</style>
background-color css
<style>
a { background-color: #6869A4; }
a { background-color: rgb(104,105,164); }
div.DivClassName
{
background-color: #6869A4;
}
.BgClassName
{
background-color: #6869A4;
}
</style>
border-color css
<style>
span { border-color: #6869A4; }
span { border-color: rgb(104,105,164); }
td.TdClassName
{
border-color: #6869A4;
}
.TagClassName
{
border-color: #6869A4;
}
</style>