Shades of Chetwode Blue #6375C3
Tints of Chetwode Blue #6375C3
RGB
CMYK
RGB Variations
Color information
#6375C3 (or 0x6375C3) is known color: Chetwode Blue. HEX triplet: 63, 75 and C3. RGB value is (99,117,195). Sum of RGB (Red+Green+Blue) = 99+117+195=411 (54% of max value = 765). Red value is 99 (39.06% from 255 or 24.09% from 411); Green value is 117 (46.09% from 255 or 28.47% from 411); Blue value is 195 (76.56% from 255 or 47.45% from 411); Max value from RGB is 195 - color contains mainly: blue. Hex color #6375C3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6375C3 is #9C8A3C. Grayscale: #787878. Windows color (decimal): -10259005 or 12809571. OLE color: 12809571.
HSL color Cylindrical-coordinate representation of color #6375C3: hue angle of 228.75º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6375C3 is Cyan = 0.49, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 99 | 117 | 195 | - |
| CMYK | 0.49 | 0.4 | 0 | 0.24 |
| HSL | 228.75º | 0.44% | 0.58% | - |
| HSV(B) | 228.75º | 0.49% | 0.76% | - |
| XYZ | 21.36 | 19.32 | 54.23 | - |
| YUV | 120.51 | 170.04 | 112.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 117 | 195 | 0.49 | 0.4 | 0 | 0.24 | 228.75 | 0.44 | 0.58 |
| Hex | 63 | 75 | C3 | 31 | 28 | 0 | 18 | E5 | 2C | 3A |
| Octal | 143 | 165 | 303 | 61 | 50 | 0 | 30 | 345 | 54 | 72 |
| Binary | 1100011 | 1110101 | 11000011 | 110001 | 101000 | 0 | 11000 | 11100101 | 101100 | 111010 |
Color Harmonies of #6375C3
Complementary color
Monochromatic Colors of #6375C3
Black with #6375C3
Text Example
Text Example
White with #6375C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6375C3; }
p { color: rgb(99,117,195); }
H1.HeaderClassName
{
color: #6375C3;
}
.AnyTagClassName
{
color: #6375C3;
}
</style>
background-color css
<style>
a { background-color: #6375C3; }
a { background-color: rgb(99,117,195); }
div.DivClassName
{
background-color: #6375C3;
}
.BgClassName
{
background-color: #6375C3;
}
</style>
border-color css
<style>
span { border-color: #6375C3; }
span { border-color: rgb(99,117,195); }
td.TdClassName
{
border-color: #6375C3;
}
.TagClassName
{
border-color: #6375C3;
}
</style>