Shades of Chetwode Blue #6769BA
Tints of Chetwode Blue #6769BA
RGB
CMYK
RGB Variations
Color information
#6769BA (or 0x6769BA) is known color: Chetwode Blue. HEX triplet: 67, 69 and BA. RGB value is (103,105,186). Sum of RGB (Red+Green+Blue) = 103+105+186=394 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.14% from 394); Green value is 105 (41.41% from 255 or 26.65% from 394); Blue value is 186 (73.05% from 255 or 47.21% from 394); Max value from RGB is 186 - color contains mainly: blue. Hex color #6769BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6769BA is #989645. Grayscale: #717171. Windows color (decimal): -9999942 or 12216679. OLE color: 12216679.
HSL color Cylindrical-coordinate representation of color #6769BA: hue angle of 238.55º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6769BA is Cyan = 0.45, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 103 | 105 | 186 | - |
| CMYK | 0.45 | 0.44 | 0 | 0.27 |
| HSL | 238.55º | 0.38% | 0.57% | - |
| HSV(B) | 238.55º | 0.45% | 0.73% | - |
| XYZ | 19.51 | 16.53 | 48.62 | - |
| YUV | 113.64 | 168.84 | 120.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 105 | 186 | 0.45 | 0.44 | 0 | 0.27 | 238.55 | 0.38 | 0.57 |
| Hex | 67 | 69 | BA | 2D | 2C | 0 | 1B | EF | 26 | 39 |
| Octal | 147 | 151 | 272 | 55 | 54 | 0 | 33 | 357 | 46 | 71 |
| Binary | 1100111 | 1101001 | 10111010 | 101101 | 101100 | 0 | 11011 | 11101111 | 100110 | 111001 |
Color Harmonies of #6769BA
Complementary color
Monochromatic Colors of #6769BA
Black with #6769BA
Text Example
Text Example
White with #6769BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6769BA; }
p { color: rgb(103,105,186); }
H1.HeaderClassName
{
color: #6769BA;
}
.AnyTagClassName
{
color: #6769BA;
}
</style>
background-color css
<style>
a { background-color: #6769BA; }
a { background-color: rgb(103,105,186); }
div.DivClassName
{
background-color: #6769BA;
}
.BgClassName
{
background-color: #6769BA;
}
</style>
border-color css
<style>
span { border-color: #6769BA; }
span { border-color: rgb(103,105,186); }
td.TdClassName
{
border-color: #6769BA;
}
.TagClassName
{
border-color: #6769BA;
}
</style>