Shades of Chetwode Blue #6370A5
Tints of Chetwode Blue #6370A5
RGB
CMYK
RGB Variations
Color information
#6370A5 (or 0x6370A5) is known color: Chetwode Blue. HEX triplet: 63, 70 and A5. RGB value is (99,112,165). Sum of RGB (Red+Green+Blue) = 99+112+165=376 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.33% from 376); Green value is 112 (44.14% from 255 or 29.79% from 376); Blue value is 165 (64.84% from 255 or 43.88% from 376); Max value from RGB is 165 - color contains mainly: blue. Hex color #6370A5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6370A5 is #9C8F5A. Grayscale: #717171. Windows color (decimal): -10260315 or 10842211. OLE color: 10842211.
HSL color Cylindrical-coordinate representation of color #6370A5: hue angle of 228.18º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6370A5 is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 99 | 112 | 165 | - |
| CMYK | 0.40 | 0.32 | 0 | 0.35 |
| HSL | 228.18º | 0.27% | 0.52% | - |
| HSV(B) | 228.18º | 0.4% | 0.65% | - |
| XYZ | 17.73 | 16.96 | 37.94 | - |
| YUV | 114.16 | 156.69 | 117.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 112 | 165 | 0.40 | 0.32 | 0 | 0.35 | 228.18 | 0.27 | 0.52 |
| Hex | 63 | 70 | A5 | 28 | 20 | 0 | 23 | E4 | 1B | 34 |
| Octal | 143 | 160 | 245 | 50 | 40 | 0 | 43 | 344 | 33 | 64 |
| Binary | 1100011 | 1110000 | 10100101 | 101000 | 100000 | 0 | 100011 | 11100100 | 11011 | 110100 |
Color Harmonies of #6370A5
Complementary color
Monochromatic Colors of #6370A5
Black with #6370A5
Text Example
Text Example
White with #6370A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6370A5; }
p { color: rgb(99,112,165); }
H1.HeaderClassName
{
color: #6370A5;
}
.AnyTagClassName
{
color: #6370A5;
}
</style>
background-color css
<style>
a { background-color: #6370A5; }
a { background-color: rgb(99,112,165); }
div.DivClassName
{
background-color: #6370A5;
}
.BgClassName
{
background-color: #6370A5;
}
</style>
border-color css
<style>
span { border-color: #6370A5; }
span { border-color: rgb(99,112,165); }
td.TdClassName
{
border-color: #6370A5;
}
.TagClassName
{
border-color: #6370A5;
}
</style>