Shades of Chetwode Blue #6B78AA
Tints of Chetwode Blue #6B78AA
RGB
CMYK
RGB Variations
Color information
#6B78AA (or 0x6B78AA) is known color: Chetwode Blue. HEX triplet: 6B, 78 and AA. RGB value is (107,120,170). Sum of RGB (Red+Green+Blue) = 107+120+170=397 (52% of max value = 765). Red value is 107 (42.19% from 255 or 26.95% from 397); Green value is 120 (47.27% from 255 or 30.23% from 397); Blue value is 170 (66.80% from 255 or 42.82% from 397); Max value from RGB is 170 - color contains mainly: blue. Hex color #6B78AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B78AA is #948755. Grayscale: #797979. Windows color (decimal): -9733974 or 11171947. OLE color: 11171947.
HSL color Cylindrical-coordinate representation of color #6B78AA: hue angle of 227.62º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6B78AA is Cyan = 0.37, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 107 | 120 | 170 | - |
| CMYK | 0.37 | 0.29 | 0 | 0.33 |
| HSL | 227.62º | 0.27% | 0.54% | - |
| HSV(B) | 227.62º | 0.37% | 0.67% | - |
| XYZ | 20.04 | 19.46 | 40.73 | - |
| YUV | 121.81 | 155.19 | 117.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 120 | 170 | 0.37 | 0.29 | 0 | 0.33 | 227.62 | 0.27 | 0.54 |
| Hex | 6B | 78 | AA | 25 | 1D | 0 | 21 | E4 | 1B | 36 |
| Octal | 153 | 170 | 252 | 45 | 35 | 0 | 41 | 344 | 33 | 66 |
| Binary | 1101011 | 1111000 | 10101010 | 100101 | 11101 | 0 | 100001 | 11100100 | 11011 | 110110 |
Color Harmonies of #6B78AA
Complementary color
Monochromatic Colors of #6B78AA
Black with #6B78AA
Text Example
Text Example
White with #6B78AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B78AA; }
p { color: rgb(107,120,170); }
H1.HeaderClassName
{
color: #6B78AA;
}
.AnyTagClassName
{
color: #6B78AA;
}
</style>
background-color css
<style>
a { background-color: #6B78AA; }
a { background-color: rgb(107,120,170); }
div.DivClassName
{
background-color: #6B78AA;
}
.BgClassName
{
background-color: #6B78AA;
}
</style>
border-color css
<style>
span { border-color: #6B78AA; }
span { border-color: rgb(107,120,170); }
td.TdClassName
{
border-color: #6B78AA;
}
.TagClassName
{
border-color: #6B78AA;
}
</style>