Shades of Chetwode Blue #6869B4
Tints of Chetwode Blue #6869B4
RGB
CMYK
RGB Variations
Color information
#6869B4 (or 0x6869B4) is known color: Chetwode Blue. HEX triplet: 68, 69 and B4. RGB value is (104,105,180). Sum of RGB (Red+Green+Blue) = 104+105+180=389 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.74% from 389); Green value is 105 (41.41% from 255 or 26.99% from 389); Blue value is 180 (70.70% from 255 or 46.27% from 389); Max value from RGB is 180 - color contains mainly: blue. Hex color #6869B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6869B4 is #97964B. Grayscale: #707070. Windows color (decimal): -9934412 or 11823464. OLE color: 11823464.
HSL color Cylindrical-coordinate representation of color #6869B4: hue angle of 239.21º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6869B4 is Cyan = 0.42, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 104 | 105 | 180 | - |
| CMYK | 0.42 | 0.42 | 0 | 0.29 |
| HSL | 239.21º | 0.34% | 0.56% | - |
| HSV(B) | 239.21º | 0.42% | 0.71% | - |
| XYZ | 19 | 16.34 | 45.33 | - |
| YUV | 113.25 | 165.67 | 121.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 105 | 180 | 0.42 | 0.42 | 0 | 0.29 | 239.21 | 0.34 | 0.56 |
| Hex | 68 | 69 | B4 | 2A | 2A | 0 | 1D | EF | 22 | 38 |
| Octal | 150 | 151 | 264 | 52 | 52 | 0 | 35 | 357 | 42 | 70 |
| Binary | 1101000 | 1101001 | 10110100 | 101010 | 101010 | 0 | 11101 | 11101111 | 100010 | 111000 |
Color Harmonies of #6869B4
Complementary color
Monochromatic Colors of #6869B4
Black with #6869B4
Text Example
Text Example
White with #6869B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6869B4; }
p { color: rgb(104,105,180); }
H1.HeaderClassName
{
color: #6869B4;
}
.AnyTagClassName
{
color: #6869B4;
}
</style>
background-color css
<style>
a { background-color: #6869B4; }
a { background-color: rgb(104,105,180); }
div.DivClassName
{
background-color: #6869B4;
}
.BgClassName
{
background-color: #6869B4;
}
</style>
border-color css
<style>
span { border-color: #6869B4; }
span { border-color: rgb(104,105,180); }
td.TdClassName
{
border-color: #6869B4;
}
.TagClassName
{
border-color: #6869B4;
}
</style>