Shades of Chetwode Blue #6375C5
Tints of Chetwode Blue #6375C5
RGB
CMYK
RGB Variations
Color information
#6375C5 (or 0x6375C5) is known color: Chetwode Blue. HEX triplet: 63, 75 and C5. RGB value is (99,117,197). Sum of RGB (Red+Green+Blue) = 99+117+197=413 (54% of max value = 765). Red value is 99 (39.06% from 255 or 23.97% from 413); Green value is 117 (46.09% from 255 or 28.33% from 413); Blue value is 197 (77.34% from 255 or 47.70% from 413); Max value from RGB is 197 - color contains mainly: blue. Hex color #6375C5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6375C5 is #9C8A3A. Grayscale: #787878. Windows color (decimal): -10259003 or 12940643. OLE color: 12940643.
HSL color Cylindrical-coordinate representation of color #6375C5: hue angle of 228.98º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6375C5 is Cyan = 0.50, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 99 | 117 | 197 | - |
| CMYK | 0.50 | 0.41 | 0 | 0.23 |
| HSL | 228.98º | 0.46% | 0.58% | - |
| HSV(B) | 228.98º | 0.5% | 0.77% | - |
| XYZ | 21.58 | 19.41 | 55.43 | - |
| YUV | 120.74 | 171.04 | 112.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 117 | 197 | 0.50 | 0.41 | 0 | 0.23 | 228.98 | 0.46 | 0.58 |
| Hex | 63 | 75 | C5 | 32 | 29 | 0 | 17 | E5 | 2E | 3A |
| Octal | 143 | 165 | 305 | 62 | 51 | 0 | 27 | 345 | 56 | 72 |
| Binary | 1100011 | 1110101 | 11000101 | 110010 | 101001 | 0 | 10111 | 11100101 | 101110 | 111010 |
Color Harmonies of #6375C5
Complementary color
Monochromatic Colors of #6375C5
Black with #6375C5
Text Example
Text Example
White with #6375C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6375C5; }
p { color: rgb(99,117,197); }
H1.HeaderClassName
{
color: #6375C5;
}
.AnyTagClassName
{
color: #6375C5;
}
</style>
background-color css
<style>
a { background-color: #6375C5; }
a { background-color: rgb(99,117,197); }
div.DivClassName
{
background-color: #6375C5;
}
.BgClassName
{
background-color: #6375C5;
}
</style>
border-color css
<style>
span { border-color: #6375C5; }
span { border-color: rgb(99,117,197); }
td.TdClassName
{
border-color: #6375C5;
}
.TagClassName
{
border-color: #6375C5;
}
</style>