Shades of Chetwode Blue #636FCC
Tints of Chetwode Blue #636FCC
RGB
CMYK
RGB Variations
Color information
#636FCC (or 0x636FCC) is known color: Chetwode Blue. HEX triplet: 63, 6F and CC. RGB value is (99,111,204). Sum of RGB (Red+Green+Blue) = 99+111+204=414 (54% of max value = 765). Red value is 99 (39.06% from 255 or 23.91% from 414); Green value is 111 (43.75% from 255 or 26.81% from 414); Blue value is 204 (80.08% from 255 or 49.28% from 414); Max value from RGB is 204 - color contains mainly: blue. Hex color #636FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #636FCC is #9C9033. Grayscale: #757575. Windows color (decimal): -10260532 or 13397859. OLE color: 13397859.
HSL color Cylindrical-coordinate representation of color #636FCC: hue angle of 233.14º 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 #636FCC is Cyan = 0.51, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 99 | 111 | 204 | - |
| CMYK | 0.51 | 0.46 | 0 | 0.2 |
| HSL | 233.14º | 0.51% | 0.59% | - |
| HSV(B) | 233.14º | 0.51% | 0.8% | - |
| XYZ | 21.73 | 18.38 | 59.53 | - |
| YUV | 118.01 | 176.52 | 114.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 111 | 204 | 0.51 | 0.46 | 0 | 0.2 | 233.14 | 0.51 | 0.59 |
| Hex | 63 | 6F | CC | 33 | 2E | 0 | 14 | E9 | 33 | 3B |
| Octal | 143 | 157 | 314 | 63 | 56 | 0 | 24 | 351 | 63 | 73 |
| Binary | 1100011 | 1101111 | 11001100 | 110011 | 101110 | 0 | 10100 | 11101001 | 110011 | 111011 |
Color Harmonies of #636FCC
Complementary color
Monochromatic Colors of #636FCC
Black with #636FCC
Text Example
Text Example
White with #636FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636FCC; }
p { color: rgb(99,111,204); }
H1.HeaderClassName
{
color: #636FCC;
}
.AnyTagClassName
{
color: #636FCC;
}
</style>
background-color css
<style>
a { background-color: #636FCC; }
a { background-color: rgb(99,111,204); }
div.DivClassName
{
background-color: #636FCC;
}
.BgClassName
{
background-color: #636FCC;
}
</style>
border-color css
<style>
span { border-color: #636FCC; }
span { border-color: rgb(99,111,204); }
td.TdClassName
{
border-color: #636FCC;
}
.TagClassName
{
border-color: #636FCC;
}
</style>