Shades of Chetwode Blue #69739E
Tints of Chetwode Blue #69739E
RGB
CMYK
RGB Variations
Color information
#69739E (or 0x69739E) is known color: Chetwode Blue. HEX triplet: 69, 73 and 9E. RGB value is (105,115,158). Sum of RGB (Red+Green+Blue) = 105+115+158=378 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.78% from 378); Green value is 115 (45.31% from 255 or 30.42% from 378); Blue value is 158 (62.11% from 255 or 41.80% from 378); Max value from RGB is 158 - color contains mainly: blue. Hex color #69739E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69739E is #968C61. Grayscale: #747474. Windows color (decimal): -9866338 or 10384233. OLE color: 10384233.
HSL color Cylindrical-coordinate representation of color #69739E: hue angle of 228.68º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #69739E is Cyan = 0.34, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 105 | 115 | 158 | - |
| CMYK | 0.34 | 0.27 | 0 | 0.38 |
| HSL | 228.68º | 0.21% | 0.52% | - |
| HSV(B) | 228.68º | 0.34% | 0.62% | - |
| XYZ | 18.13 | 17.73 | 34.82 | - |
| YUV | 116.91 | 151.19 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 115 | 158 | 0.34 | 0.27 | 0 | 0.38 | 228.68 | 0.21 | 0.52 |
| Hex | 69 | 73 | 9E | 22 | 1B | 0 | 26 | E5 | 15 | 34 |
| Octal | 151 | 163 | 236 | 42 | 33 | 0 | 46 | 345 | 25 | 64 |
| Binary | 1101001 | 1110011 | 10011110 | 100010 | 11011 | 0 | 100110 | 11100101 | 10101 | 110100 |
Color Harmonies of #69739E
Complementary color
Monochromatic Colors of #69739E
Black with #69739E
Text Example
Text Example
White with #69739E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69739E; }
p { color: rgb(105,115,158); }
H1.HeaderClassName
{
color: #69739E;
}
.AnyTagClassName
{
color: #69739E;
}
</style>
background-color css
<style>
a { background-color: #69739E; }
a { background-color: rgb(105,115,158); }
div.DivClassName
{
background-color: #69739E;
}
.BgClassName
{
background-color: #69739E;
}
</style>
border-color css
<style>
span { border-color: #69739E; }
span { border-color: rgb(105,115,158); }
td.TdClassName
{
border-color: #69739E;
}
.TagClassName
{
border-color: #69739E;
}
</style>