Shades of Chetwode Blue #6375CC
Tints of Chetwode Blue #6375CC
RGB
CMYK
RGB Variations
Color information
#6375CC (or 0x6375CC) is known color: Chetwode Blue. HEX triplet: 63, 75 and CC. RGB value is (99,117,204). Sum of RGB (Red+Green+Blue) = 99+117+204=420 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.57% from 420); Green value is 117 (46.09% from 255 or 27.86% from 420); Blue value is 204 (80.08% from 255 or 48.57% from 420); Max value from RGB is 204 - color contains mainly: blue. Hex color #6375CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6375CC is #9C8A33. Grayscale: #797979. Windows color (decimal): -10258996 or 13399395. OLE color: 13399395.
HSL color Cylindrical-coordinate representation of color #6375CC: hue angle of 229.71º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6375CC is Cyan = 0.51, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 99 | 117 | 204 | - |
| CMYK | 0.51 | 0.43 | 0 | 0.2 |
| HSL | 229.71º | 0.51% | 0.59% | - |
| HSV(B) | 229.71º | 0.51% | 0.8% | - |
| XYZ | 22.41 | 19.73 | 59.76 | - |
| YUV | 121.54 | 174.54 | 111.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 117 | 204 | 0.51 | 0.43 | 0 | 0.2 | 229.71 | 0.51 | 0.59 |
| Hex | 63 | 75 | CC | 33 | 2B | 0 | 14 | E6 | 33 | 3B |
| Octal | 143 | 165 | 314 | 63 | 53 | 0 | 24 | 346 | 63 | 73 |
| Binary | 1100011 | 1110101 | 11001100 | 110011 | 101011 | 0 | 10100 | 11100110 | 110011 | 111011 |
Color Harmonies of #6375CC
Complementary color
Monochromatic Colors of #6375CC
Black with #6375CC
Text Example
Text Example
White with #6375CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6375CC; }
p { color: rgb(99,117,204); }
H1.HeaderClassName
{
color: #6375CC;
}
.AnyTagClassName
{
color: #6375CC;
}
</style>
background-color css
<style>
a { background-color: #6375CC; }
a { background-color: rgb(99,117,204); }
div.DivClassName
{
background-color: #6375CC;
}
.BgClassName
{
background-color: #6375CC;
}
</style>
border-color css
<style>
span { border-color: #6375CC; }
span { border-color: rgb(99,117,204); }
td.TdClassName
{
border-color: #6375CC;
}
.TagClassName
{
border-color: #6375CC;
}
</style>