Shades of Chetwode Blue #6379B3
Tints of Chetwode Blue #6379B3
RGB
CMYK
RGB Variations
Color information
#6379B3 (or 0x6379B3) is known color: Chetwode Blue. HEX triplet: 63, 79 and B3. RGB value is (99,121,179). Sum of RGB (Red+Green+Blue) = 99+121+179=399 (52% of max value = 765). Red value is 99 (39.06% from 255 or 24.81% from 399); Green value is 121 (47.66% from 255 or 30.33% from 399); Blue value is 179 (70.31% from 255 or 44.86% from 399); Max value from RGB is 179 - color contains mainly: blue. Hex color #6379B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6379B3 is #9C864C. Grayscale: #787878. Windows color (decimal): -10257997 or 11762019. OLE color: 11762019.
HSL color Cylindrical-coordinate representation of color #6379B3: hue angle of 223.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 #6379B3 is Cyan = 0.45, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 99 | 121 | 179 | - |
| CMYK | 0.45 | 0.32 | 0 | 0.30 |
| HSL | 223.5º | 0.34% | 0.55% | - |
| HSV(B) | 223.5º | 0.45% | 0.7% | - |
| XYZ | 20.12 | 19.58 | 45.37 | - |
| YUV | 121.03 | 160.71 | 112.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 121 | 179 | 0.45 | 0.32 | 0 | 0.30 | 223.5 | 0.34 | 0.55 |
| Hex | 63 | 79 | B3 | 2D | 20 | 0 | 1E | E0 | 22 | 37 |
| Octal | 143 | 171 | 263 | 55 | 40 | 0 | 36 | 340 | 42 | 67 |
| Binary | 1100011 | 1111001 | 10110011 | 101101 | 100000 | 0 | 11110 | 11100000 | 100010 | 110111 |
Color Harmonies of #6379B3
Complementary color
Monochromatic Colors of #6379B3
Black with #6379B3
Text Example
Text Example
White with #6379B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6379B3; }
p { color: rgb(99,121,179); }
H1.HeaderClassName
{
color: #6379B3;
}
.AnyTagClassName
{
color: #6379B3;
}
</style>
background-color css
<style>
a { background-color: #6379B3; }
a { background-color: rgb(99,121,179); }
div.DivClassName
{
background-color: #6379B3;
}
.BgClassName
{
background-color: #6379B3;
}
</style>
border-color css
<style>
span { border-color: #6379B3; }
span { border-color: rgb(99,121,179); }
td.TdClassName
{
border-color: #6379B3;
}
.TagClassName
{
border-color: #6379B3;
}
</style>