Shades of Chetwode Blue #6379AB
Tints of Chetwode Blue #6379AB
RGB
CMYK
RGB Variations
Color information
#6379AB (or 0x6379AB) is known color: Chetwode Blue. HEX triplet: 63, 79 and AB. RGB value is (99,121,171). Sum of RGB (Red+Green+Blue) = 99+121+171=391 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.32% from 391); Green value is 121 (47.66% from 255 or 30.95% from 391); Blue value is 171 (67.19% from 255 or 43.73% from 391); Max value from RGB is 171 - color contains mainly: blue. Hex color #6379AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6379AB is #9C8654. Grayscale: #777777. Windows color (decimal): -10258005 or 11237731. OLE color: 11237731.
HSL color Cylindrical-coordinate representation of color #6379AB: hue angle of 221.67º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6379AB is Cyan = 0.42, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 99 | 121 | 171 | - |
| CMYK | 0.42 | 0.29 | 0 | 0.33 |
| HSL | 221.67º | 0.3% | 0.53% | - |
| HSV(B) | 221.67º | 0.42% | 0.67% | - |
| XYZ | 19.33 | 19.27 | 41.23 | - |
| YUV | 120.12 | 156.71 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 121 | 171 | 0.42 | 0.29 | 0 | 0.33 | 221.67 | 0.3 | 0.53 |
| Hex | 63 | 79 | AB | 2A | 1D | 0 | 21 | DE | 1E | 35 |
| Octal | 143 | 171 | 253 | 52 | 35 | 0 | 41 | 336 | 36 | 65 |
| Binary | 1100011 | 1111001 | 10101011 | 101010 | 11101 | 0 | 100001 | 11011110 | 11110 | 110101 |
Color Harmonies of #6379AB
Complementary color
Monochromatic Colors of #6379AB
Black with #6379AB
Text Example
Text Example
White with #6379AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6379AB; }
p { color: rgb(99,121,171); }
H1.HeaderClassName
{
color: #6379AB;
}
.AnyTagClassName
{
color: #6379AB;
}
</style>
background-color css
<style>
a { background-color: #6379AB; }
a { background-color: rgb(99,121,171); }
div.DivClassName
{
background-color: #6379AB;
}
.BgClassName
{
background-color: #6379AB;
}
</style>
border-color css
<style>
span { border-color: #6379AB; }
span { border-color: rgb(99,121,171); }
td.TdClassName
{
border-color: #6379AB;
}
.TagClassName
{
border-color: #6379AB;
}
</style>