Shades of Chetwode Blue #6375C9
Tints of Chetwode Blue #6375C9
RGB
CMYK
RGB Variations
Color information
#6375C9 (or 0x6375C9) is known color: Chetwode Blue. HEX triplet: 63, 75 and C9. RGB value is (99,117,201). Sum of RGB (Red+Green+Blue) = 99+117+201=417 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.74% from 417); Green value is 117 (46.09% from 255 or 28.06% from 417); Blue value is 201 (78.91% from 255 or 48.20% from 417); Max value from RGB is 201 - color contains mainly: blue. Hex color #6375C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6375C9 is #9C8A36. Grayscale: #787878. Windows color (decimal): -10258999 or 13202787. OLE color: 13202787.
HSL color Cylindrical-coordinate representation of color #6375C9: hue angle of 229.41º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6375C9 is Cyan = 0.51, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 99 | 117 | 201 | - |
| CMYK | 0.51 | 0.42 | 0 | 0.21 |
| HSL | 229.41º | 0.49% | 0.59% | - |
| HSV(B) | 229.41º | 0.51% | 0.79% | - |
| XYZ | 22.05 | 19.59 | 57.88 | - |
| YUV | 121.19 | 173.04 | 112.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 117 | 201 | 0.51 | 0.42 | 0 | 0.21 | 229.41 | 0.49 | 0.59 |
| Hex | 63 | 75 | C9 | 33 | 2A | 0 | 15 | E5 | 31 | 3B |
| Octal | 143 | 165 | 311 | 63 | 52 | 0 | 25 | 345 | 61 | 73 |
| Binary | 1100011 | 1110101 | 11001001 | 110011 | 101010 | 0 | 10101 | 11100101 | 110001 | 111011 |
Color Harmonies of #6375C9
Complementary color
Monochromatic Colors of #6375C9
Black with #6375C9
Text Example
Text Example
White with #6375C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6375C9; }
p { color: rgb(99,117,201); }
H1.HeaderClassName
{
color: #6375C9;
}
.AnyTagClassName
{
color: #6375C9;
}
</style>
background-color css
<style>
a { background-color: #6375C9; }
a { background-color: rgb(99,117,201); }
div.DivClassName
{
background-color: #6375C9;
}
.BgClassName
{
background-color: #6375C9;
}
</style>
border-color css
<style>
span { border-color: #6375C9; }
span { border-color: rgb(99,117,201); }
td.TdClassName
{
border-color: #6375C9;
}
.TagClassName
{
border-color: #6375C9;
}
</style>