Shades of Chetwode Blue #6375CB
Tints of Chetwode Blue #6375CB
RGB
CMYK
RGB Variations
Color information
#6375CB (or 0x6375CB) is known color: Chetwode Blue. HEX triplet: 63, 75 and CB. RGB value is (99,117,203). Sum of RGB (Red+Green+Blue) = 99+117+203=419 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.63% from 419); Green value is 117 (46.09% from 255 or 27.92% from 419); Blue value is 203 (79.69% from 255 or 48.45% from 419); Max value from RGB is 203 - color contains mainly: blue. Hex color #6375CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6375CB is #9C8A34. Grayscale: #797979. Windows color (decimal): -10258997 or 13333859. OLE color: 13333859.
HSL color Cylindrical-coordinate representation of color #6375CB: hue angle of 229.62º degrees, saturation: 0.5, 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 #6375CB is Cyan = 0.51, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 99 | 117 | 203 | - |
| CMYK | 0.51 | 0.42 | 0 | 0.20 |
| HSL | 229.62º | 0.5% | 0.59% | - |
| HSV(B) | 229.62º | 0.51% | 0.8% | - |
| XYZ | 22.29 | 19.69 | 59.13 | - |
| YUV | 121.42 | 174.04 | 112.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 117 | 203 | 0.51 | 0.42 | 0 | 0.20 | 229.62 | 0.5 | 0.59 |
| Hex | 63 | 75 | CB | 33 | 2A | 0 | 14 | E6 | 32 | 3B |
| Octal | 143 | 165 | 313 | 63 | 52 | 0 | 24 | 346 | 62 | 73 |
| Binary | 1100011 | 1110101 | 11001011 | 110011 | 101010 | 0 | 10100 | 11100110 | 110010 | 111011 |
Color Harmonies of #6375CB
Complementary color
Monochromatic Colors of #6375CB
Black with #6375CB
Text Example
Text Example
White with #6375CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6375CB; }
p { color: rgb(99,117,203); }
H1.HeaderClassName
{
color: #6375CB;
}
.AnyTagClassName
{
color: #6375CB;
}
</style>
background-color css
<style>
a { background-color: #6375CB; }
a { background-color: rgb(99,117,203); }
div.DivClassName
{
background-color: #6375CB;
}
.BgClassName
{
background-color: #6375CB;
}
</style>
border-color css
<style>
span { border-color: #6375CB; }
span { border-color: rgb(99,117,203); }
td.TdClassName
{
border-color: #6375CB;
}
.TagClassName
{
border-color: #6375CB;
}
</style>