Shades of Chetwode Blue #6A77B2
Tints of Chetwode Blue #6A77B2
RGB
CMYK
RGB Variations
Color information
#6A77B2 (or 0x6A77B2) is known color: Chetwode Blue. HEX triplet: 6A, 77 and B2. RGB value is (106,119,178). Sum of RGB (Red+Green+Blue) = 106+119+178=403 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.30% from 403); Green value is 119 (46.88% from 255 or 29.53% from 403); Blue value is 178 (69.92% from 255 or 44.17% from 403); Max value from RGB is 178 - color contains mainly: blue. Hex color #6A77B2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A77B2 is #95884D. Grayscale: #797979. Windows color (decimal): -9799758 or 11695978. OLE color: 11695978.
HSL color Cylindrical-coordinate representation of color #6A77B2: hue angle of 229.17º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6A77B2 is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 106 | 119 | 178 | - |
| CMYK | 0.40 | 0.33 | 0 | 0.30 |
| HSL | 229.17º | 0.32% | 0.56% | - |
| HSV(B) | 229.17º | 0.4% | 0.7% | - |
| XYZ | 20.58 | 19.47 | 44.79 | - |
| YUV | 121.84 | 159.69 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 119 | 178 | 0.40 | 0.33 | 0 | 0.30 | 229.17 | 0.32 | 0.56 |
| Hex | 6A | 77 | B2 | 28 | 21 | 0 | 1E | E5 | 20 | 38 |
| Octal | 152 | 167 | 262 | 50 | 41 | 0 | 36 | 345 | 40 | 70 |
| Binary | 1101010 | 1110111 | 10110010 | 101000 | 100001 | 0 | 11110 | 11100101 | 100000 | 111000 |
Color Harmonies of #6A77B2
Complementary color
Monochromatic Colors of #6A77B2
Black with #6A77B2
Text Example
Text Example
White with #6A77B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A77B2; }
p { color: rgb(106,119,178); }
H1.HeaderClassName
{
color: #6A77B2;
}
.AnyTagClassName
{
color: #6A77B2;
}
</style>
background-color css
<style>
a { background-color: #6A77B2; }
a { background-color: rgb(106,119,178); }
div.DivClassName
{
background-color: #6A77B2;
}
.BgClassName
{
background-color: #6A77B2;
}
</style>
border-color css
<style>
span { border-color: #6A77B2; }
span { border-color: rgb(106,119,178); }
td.TdClassName
{
border-color: #6A77B2;
}
.TagClassName
{
border-color: #6A77B2;
}
</style>