Shades of Chetwode Blue #6B79AA
Tints of Chetwode Blue #6B79AA
RGB
CMYK
RGB Variations
Color information
#6B79AA (or 0x6B79AA) is known color: Chetwode Blue. HEX triplet: 6B, 79 and AA. RGB value is (107,121,170). Sum of RGB (Red+Green+Blue) = 107+121+170=398 (52% of max value = 765). Red value is 107 (42.19% from 255 or 26.88% from 398); Green value is 121 (47.66% from 255 or 30.40% from 398); Blue value is 170 (66.80% from 255 or 42.71% from 398); Max value from RGB is 170 - color contains mainly: blue. Hex color #6B79AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B79AA is #948655. Grayscale: #7A7A7A. Windows color (decimal): -9733718 or 11172203. OLE color: 11172203.
HSL color Cylindrical-coordinate representation of color #6B79AA: hue angle of 226.67º 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 #6B79AA is Cyan = 0.37, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 107 | 121 | 170 | - |
| CMYK | 0.37 | 0.29 | 0 | 0.33 |
| HSL | 226.67º | 0.27% | 0.54% | - |
| HSV(B) | 226.67º | 0.37% | 0.67% | - |
| XYZ | 20.16 | 19.7 | 40.77 | - |
| YUV | 122.4 | 154.86 | 117.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 121 | 170 | 0.37 | 0.29 | 0 | 0.33 | 226.67 | 0.27 | 0.54 |
| Hex | 6B | 79 | AA | 25 | 1D | 0 | 21 | E3 | 1B | 36 |
| Octal | 153 | 171 | 252 | 45 | 35 | 0 | 41 | 343 | 33 | 66 |
| Binary | 1101011 | 1111001 | 10101010 | 100101 | 11101 | 0 | 100001 | 11100011 | 11011 | 110110 |
Color Harmonies of #6B79AA
Complementary color
Monochromatic Colors of #6B79AA
Black with #6B79AA
Text Example
Text Example
White with #6B79AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B79AA; }
p { color: rgb(107,121,170); }
H1.HeaderClassName
{
color: #6B79AA;
}
.AnyTagClassName
{
color: #6B79AA;
}
</style>
background-color css
<style>
a { background-color: #6B79AA; }
a { background-color: rgb(107,121,170); }
div.DivClassName
{
background-color: #6B79AA;
}
.BgClassName
{
background-color: #6B79AA;
}
</style>
border-color css
<style>
span { border-color: #6B79AA; }
span { border-color: rgb(107,121,170); }
td.TdClassName
{
border-color: #6B79AA;
}
.TagClassName
{
border-color: #6B79AA;
}
</style>