Shades of Chetwode Blue #6379B9
Tints of Chetwode Blue #6379B9
RGB
CMYK
RGB Variations
Color information
#6379B9 (or 0x6379B9) is known color: Chetwode Blue. HEX triplet: 63, 79 and B9. RGB value is (99,121,185). Sum of RGB (Red+Green+Blue) = 99+121+185=405 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.44% from 405); Green value is 121 (47.66% from 255 or 29.88% from 405); Blue value is 185 (72.66% from 255 or 45.68% from 405); Max value from RGB is 185 - color contains mainly: blue. Hex color #6379B9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6379B9 is #9C8646. Grayscale: #797979. Windows color (decimal): -10257991 or 12155235. OLE color: 12155235.
HSL color Cylindrical-coordinate representation of color #6379B9: hue angle of 224.65º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6379B9 is Cyan = 0.46, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 99 | 121 | 185 | - |
| CMYK | 0.46 | 0.35 | 0 | 0.27 |
| HSL | 224.65º | 0.38% | 0.56% | - |
| HSV(B) | 224.65º | 0.46% | 0.73% | - |
| XYZ | 20.74 | 19.83 | 48.63 | - |
| YUV | 121.72 | 163.71 | 111.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 121 | 185 | 0.46 | 0.35 | 0 | 0.27 | 224.65 | 0.38 | 0.56 |
| Hex | 63 | 79 | B9 | 2E | 23 | 0 | 1B | E1 | 26 | 38 |
| Octal | 143 | 171 | 271 | 56 | 43 | 0 | 33 | 341 | 46 | 70 |
| Binary | 1100011 | 1111001 | 10111001 | 101110 | 100011 | 0 | 11011 | 11100001 | 100110 | 111000 |
Color Harmonies of #6379B9
Complementary color
Monochromatic Colors of #6379B9
Black with #6379B9
Text Example
Text Example
White with #6379B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6379B9; }
p { color: rgb(99,121,185); }
H1.HeaderClassName
{
color: #6379B9;
}
.AnyTagClassName
{
color: #6379B9;
}
</style>
background-color css
<style>
a { background-color: #6379B9; }
a { background-color: rgb(99,121,185); }
div.DivClassName
{
background-color: #6379B9;
}
.BgClassName
{
background-color: #6379B9;
}
</style>
border-color css
<style>
span { border-color: #6379B9; }
span { border-color: rgb(99,121,185); }
td.TdClassName
{
border-color: #6379B9;
}
.TagClassName
{
border-color: #6379B9;
}
</style>