Shades of Chetwode Blue #6378B3
Tints of Chetwode Blue #6378B3
RGB
CMYK
RGB Variations
Color information
#6378B3 (or 0x6378B3) is known color: Chetwode Blue. HEX triplet: 63, 78 and B3. RGB value is (99,120,179). Sum of RGB (Red+Green+Blue) = 99+120+179=398 (52% of max value = 765). Red value is 99 (39.06% from 255 or 24.87% from 398); Green value is 120 (47.27% from 255 or 30.15% from 398); Blue value is 179 (70.31% from 255 or 44.97% from 398); Max value from RGB is 179 - color contains mainly: blue. Hex color #6378B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6378B3 is #9C874C. Grayscale: #787878. Windows color (decimal): -10258253 or 11761763. OLE color: 11761763.
HSL color Cylindrical-coordinate representation of color #6378B3: hue angle of 224.25º 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 #6378B3 is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 99 | 120 | 179 | - |
| CMYK | 0.45 | 0.33 | 0 | 0.30 |
| HSL | 224.25º | 0.34% | 0.55% | - |
| HSV(B) | 224.25º | 0.45% | 0.7% | - |
| XYZ | 20 | 19.34 | 45.33 | - |
| YUV | 120.45 | 161.04 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 120 | 179 | 0.45 | 0.33 | 0 | 0.30 | 224.25 | 0.34 | 0.55 |
| Hex | 63 | 78 | B3 | 2D | 21 | 0 | 1E | E0 | 22 | 37 |
| Octal | 143 | 170 | 263 | 55 | 41 | 0 | 36 | 340 | 42 | 67 |
| Binary | 1100011 | 1111000 | 10110011 | 101101 | 100001 | 0 | 11110 | 11100000 | 100010 | 110111 |
Color Harmonies of #6378B3
Complementary color
Monochromatic Colors of #6378B3
Black with #6378B3
Text Example
Text Example
White with #6378B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6378B3; }
p { color: rgb(99,120,179); }
H1.HeaderClassName
{
color: #6378B3;
}
.AnyTagClassName
{
color: #6378B3;
}
</style>
background-color css
<style>
a { background-color: #6378B3; }
a { background-color: rgb(99,120,179); }
div.DivClassName
{
background-color: #6378B3;
}
.BgClassName
{
background-color: #6378B3;
}
</style>
border-color css
<style>
span { border-color: #6378B3; }
span { border-color: rgb(99,120,179); }
td.TdClassName
{
border-color: #6378B3;
}
.TagClassName
{
border-color: #6378B3;
}
</style>