Shades of Chetwode Blue #6371B3
Tints of Chetwode Blue #6371B3
RGB
CMYK
RGB Variations
Color information
#6371B3 (or 0x6371B3) is known color: Chetwode Blue. HEX triplet: 63, 71 and B3. RGB value is (99,113,179). Sum of RGB (Red+Green+Blue) = 99+113+179=391 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.32% from 391); Green value is 113 (44.53% from 255 or 28.90% from 391); Blue value is 179 (70.31% from 255 or 45.78% from 391); Max value from RGB is 179 - color contains mainly: blue. Hex color #6371B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6371B3 is #9C8E4C. Grayscale: #747474. Windows color (decimal): -10260045 or 11759971. OLE color: 11759971.
HSL color Cylindrical-coordinate representation of color #6371B3: hue angle of 229.5º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6371B3 is Cyan = 0.45, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 99 | 113 | 179 | - |
| CMYK | 0.45 | 0.37 | 0 | 0.30 |
| HSL | 229.5º | 0.34% | 0.55% | - |
| HSV(B) | 229.5º | 0.45% | 0.7% | - |
| XYZ | 19.19 | 17.72 | 45.06 | - |
| YUV | 116.34 | 163.36 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 113 | 179 | 0.45 | 0.37 | 0 | 0.30 | 229.5 | 0.34 | 0.55 |
| Hex | 63 | 71 | B3 | 2D | 25 | 0 | 1E | E6 | 22 | 37 |
| Octal | 143 | 161 | 263 | 55 | 45 | 0 | 36 | 346 | 42 | 67 |
| Binary | 1100011 | 1110001 | 10110011 | 101101 | 100101 | 0 | 11110 | 11100110 | 100010 | 110111 |
Color Harmonies of #6371B3
Complementary color
Monochromatic Colors of #6371B3
Black with #6371B3
Text Example
Text Example
White with #6371B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6371B3; }
p { color: rgb(99,113,179); }
H1.HeaderClassName
{
color: #6371B3;
}
.AnyTagClassName
{
color: #6371B3;
}
</style>
background-color css
<style>
a { background-color: #6371B3; }
a { background-color: rgb(99,113,179); }
div.DivClassName
{
background-color: #6371B3;
}
.BgClassName
{
background-color: #6371B3;
}
</style>
border-color css
<style>
span { border-color: #6371B3; }
span { border-color: rgb(99,113,179); }
td.TdClassName
{
border-color: #6371B3;
}
.TagClassName
{
border-color: #6371B3;
}
</style>