Shades of Chetwode Blue #636DBF
Tints of Chetwode Blue #636DBF
RGB
CMYK
RGB Variations
Color information
#636DBF (or 0x636DBF) is known color: Chetwode Blue. HEX triplet: 63, 6D and BF. RGB value is (99,109,191). Sum of RGB (Red+Green+Blue) = 99+109+191=399 (52% of max value = 765). Red value is 99 (39.06% from 255 or 24.81% from 399); Green value is 109 (42.97% from 255 or 27.32% from 399); Blue value is 191 (75% from 255 or 47.87% from 399); Max value from RGB is 191 - color contains mainly: blue. Hex color #636DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #636DBF is #9C9240. Grayscale: #737373. Windows color (decimal): -10261057 or 12545379. OLE color: 12545379.
HSL color Cylindrical-coordinate representation of color #636DBF: hue angle of 233.48º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #636DBF is Cyan = 0.48, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 99 | 109 | 191 | - |
| CMYK | 0.48 | 0.43 | 0 | 0.25 |
| HSL | 233.48º | 0.42% | 0.57% | - |
| HSV(B) | 233.48º | 0.48% | 0.75% | - |
| XYZ | 20.02 | 17.35 | 51.58 | - |
| YUV | 115.36 | 170.69 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 109 | 191 | 0.48 | 0.43 | 0 | 0.25 | 233.48 | 0.42 | 0.57 |
| Hex | 63 | 6D | BF | 30 | 2B | 0 | 19 | E9 | 2A | 39 |
| Octal | 143 | 155 | 277 | 60 | 53 | 0 | 31 | 351 | 52 | 71 |
| Binary | 1100011 | 1101101 | 10111111 | 110000 | 101011 | 0 | 11001 | 11101001 | 101010 | 111001 |
Color Harmonies of #636DBF
Complementary color
Monochromatic Colors of #636DBF
Black with #636DBF
Text Example
Text Example
White with #636DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636DBF; }
p { color: rgb(99,109,191); }
H1.HeaderClassName
{
color: #636DBF;
}
.AnyTagClassName
{
color: #636DBF;
}
</style>
background-color css
<style>
a { background-color: #636DBF; }
a { background-color: rgb(99,109,191); }
div.DivClassName
{
background-color: #636DBF;
}
.BgClassName
{
background-color: #636DBF;
}
</style>
border-color css
<style>
span { border-color: #636DBF; }
span { border-color: rgb(99,109,191); }
td.TdClassName
{
border-color: #636DBF;
}
.TagClassName
{
border-color: #636DBF;
}
</style>