Shades of Chetwode Blue #6778B1
Tints of Chetwode Blue #6778B1
RGB
CMYK
RGB Variations
Color information
#6778B1 (or 0x6778B1) is known color: Chetwode Blue. HEX triplet: 67, 78 and B1. RGB value is (103,120,177). Sum of RGB (Red+Green+Blue) = 103+120+177=400 (52% of max value = 765). Red value is 103 (40.62% from 255 or 25.75% from 400); Green value is 120 (47.27% from 255 or 30% from 400); Blue value is 177 (69.53% from 255 or 44.25% from 400); Max value from RGB is 177 - color contains mainly: blue. Hex color #6778B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6778B1 is #98874E. Grayscale: #797979. Windows color (decimal): -9996111 or 11630695. OLE color: 11630695.
HSL color Cylindrical-coordinate representation of color #6778B1: hue angle of 226.22º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6778B1 is Cyan = 0.42, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 103 | 120 | 177 | - |
| CMYK | 0.42 | 0.32 | 0 | 0.31 |
| HSL | 226.22º | 0.32% | 0.55% | - |
| HSV(B) | 226.22º | 0.42% | 0.69% | - |
| XYZ | 20.25 | 19.49 | 44.29 | - |
| YUV | 121.42 | 159.37 | 114.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 120 | 177 | 0.42 | 0.32 | 0 | 0.31 | 226.22 | 0.32 | 0.55 |
| Hex | 67 | 78 | B1 | 2A | 20 | 0 | 1F | E2 | 20 | 37 |
| Octal | 147 | 170 | 261 | 52 | 40 | 0 | 37 | 342 | 40 | 67 |
| Binary | 1100111 | 1111000 | 10110001 | 101010 | 100000 | 0 | 11111 | 11100010 | 100000 | 110111 |
Color Harmonies of #6778B1
Complementary color
Monochromatic Colors of #6778B1
Black with #6778B1
Text Example
Text Example
White with #6778B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6778B1; }
p { color: rgb(103,120,177); }
H1.HeaderClassName
{
color: #6778B1;
}
.AnyTagClassName
{
color: #6778B1;
}
</style>
background-color css
<style>
a { background-color: #6778B1; }
a { background-color: rgb(103,120,177); }
div.DivClassName
{
background-color: #6778B1;
}
.BgClassName
{
background-color: #6778B1;
}
</style>
border-color css
<style>
span { border-color: #6778B1; }
span { border-color: rgb(103,120,177); }
td.TdClassName
{
border-color: #6778B1;
}
.TagClassName
{
border-color: #6778B1;
}
</style>