Shades of Chetwode Blue #6369A0
Tints of Chetwode Blue #6369A0
RGB
CMYK
RGB Variations
Color information
#6369A0 (or 0x6369A0) is known color: Chetwode Blue. HEX triplet: 63, 69 and A0. RGB value is (99,105,160). Sum of RGB (Red+Green+Blue) = 99+105+160=364 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.20% from 364); Green value is 105 (41.41% from 255 or 28.85% from 364); Blue value is 160 (62.89% from 255 or 43.96% from 364); Max value from RGB is 160 - color contains mainly: blue. Hex color #6369A0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6369A0 is #9C965F. Grayscale: #6D6D6D. Windows color (decimal): -10262112 or 10512739. OLE color: 10512739.
HSL color Cylindrical-coordinate representation of color #6369A0: hue angle of 234.1º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6369A0 is Cyan = 0.38, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 99 | 105 | 160 | - |
| CMYK | 0.38 | 0.34 | 0 | 0.37 |
| HSL | 234.1º | 0.24% | 0.51% | - |
| HSV(B) | 234.1º | 0.38% | 0.63% | - |
| XYZ | 16.54 | 15.29 | 35.34 | - |
| YUV | 109.48 | 156.51 | 120.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 105 | 160 | 0.38 | 0.34 | 0 | 0.37 | 234.1 | 0.24 | 0.51 |
| Hex | 63 | 69 | A0 | 26 | 22 | 0 | 25 | EA | 18 | 33 |
| Octal | 143 | 151 | 240 | 46 | 42 | 0 | 45 | 352 | 30 | 63 |
| Binary | 1100011 | 1101001 | 10100000 | 100110 | 100010 | 0 | 100101 | 11101010 | 11000 | 110011 |
Color Harmonies of #6369A0
Complementary color
Monochromatic Colors of #6369A0
Black with #6369A0
Text Example
Text Example
White with #6369A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6369A0; }
p { color: rgb(99,105,160); }
H1.HeaderClassName
{
color: #6369A0;
}
.AnyTagClassName
{
color: #6369A0;
}
</style>
background-color css
<style>
a { background-color: #6369A0; }
a { background-color: rgb(99,105,160); }
div.DivClassName
{
background-color: #6369A0;
}
.BgClassName
{
background-color: #6369A0;
}
</style>
border-color css
<style>
span { border-color: #6369A0; }
span { border-color: rgb(99,105,160); }
td.TdClassName
{
border-color: #6369A0;
}
.TagClassName
{
border-color: #6369A0;
}
</style>