Shades of Chetwode Blue #6371BB
Tints of Chetwode Blue #6371BB
RGB
CMYK
RGB Variations
Color information
#6371BB (or 0x6371BB) is known color: Chetwode Blue. HEX triplet: 63, 71 and BB. RGB value is (99,113,187). Sum of RGB (Red+Green+Blue) = 99+113+187=399 (52% of max value = 765). Red value is 99 (39.06% from 255 or 24.81% from 399); Green value is 113 (44.53% from 255 or 28.32% from 399); Blue value is 187 (73.44% from 255 or 46.87% from 399); Max value from RGB is 187 - color contains mainly: blue. Hex color #6371BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6371BB is #9C8E44. Grayscale: #747474. Windows color (decimal): -10260037 or 12284259. OLE color: 12284259.
HSL color Cylindrical-coordinate representation of color #6371BB: hue angle of 230.45º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6371BB is Cyan = 0.47, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 99 | 113 | 187 | - |
| CMYK | 0.47 | 0.40 | 0 | 0.27 |
| HSL | 230.45º | 0.39% | 0.56% | - |
| HSV(B) | 230.45º | 0.47% | 0.73% | - |
| XYZ | 20.02 | 18.05 | 49.44 | - |
| YUV | 117.25 | 167.36 | 114.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 113 | 187 | 0.47 | 0.40 | 0 | 0.27 | 230.45 | 0.39 | 0.56 |
| Hex | 63 | 71 | BB | 2F | 28 | 0 | 1B | E6 | 27 | 38 |
| Octal | 143 | 161 | 273 | 57 | 50 | 0 | 33 | 346 | 47 | 70 |
| Binary | 1100011 | 1110001 | 10111011 | 101111 | 101000 | 0 | 11011 | 11100110 | 100111 | 111000 |
Color Harmonies of #6371BB
Complementary color
Monochromatic Colors of #6371BB
Black with #6371BB
Text Example
Text Example
White with #6371BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6371BB; }
p { color: rgb(99,113,187); }
H1.HeaderClassName
{
color: #6371BB;
}
.AnyTagClassName
{
color: #6371BB;
}
</style>
background-color css
<style>
a { background-color: #6371BB; }
a { background-color: rgb(99,113,187); }
div.DivClassName
{
background-color: #6371BB;
}
.BgClassName
{
background-color: #6371BB;
}
</style>
border-color css
<style>
span { border-color: #6371BB; }
span { border-color: rgb(99,113,187); }
td.TdClassName
{
border-color: #6371BB;
}
.TagClassName
{
border-color: #6371BB;
}
</style>