Shades of Chetwode Blue #6C77BA
Tints of Chetwode Blue #6C77BA
RGB
CMYK
RGB Variations
Color information
#6C77BA (or 0x6C77BA) is known color: Chetwode Blue. HEX triplet: 6C, 77 and BA. RGB value is (108,119,186). Sum of RGB (Red+Green+Blue) = 108+119+186=413 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.15% from 413); Green value is 119 (46.88% from 255 or 28.81% from 413); Blue value is 186 (73.05% from 255 or 45.04% from 413); Max value from RGB is 186 - color contains mainly: blue. Hex color #6C77BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C77BA is #938845. Grayscale: #7B7B7B. Windows color (decimal): -9668678 or 12220268. OLE color: 12220268.
HSL color Cylindrical-coordinate representation of color #6C77BA: hue angle of 231.54º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6C77BA is Cyan = 0.42, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 108 | 119 | 186 | - |
| CMYK | 0.42 | 0.36 | 0 | 0.27 |
| HSL | 231.54º | 0.36% | 0.58% | - |
| HSV(B) | 231.54º | 0.42% | 0.73% | - |
| XYZ | 21.64 | 19.93 | 49.16 | - |
| YUV | 123.35 | 163.36 | 117.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 119 | 186 | 0.42 | 0.36 | 0 | 0.27 | 231.54 | 0.36 | 0.58 |
| Hex | 6C | 77 | BA | 2A | 24 | 0 | 1B | E8 | 24 | 3A |
| Octal | 154 | 167 | 272 | 52 | 44 | 0 | 33 | 350 | 44 | 72 |
| Binary | 1101100 | 1110111 | 10111010 | 101010 | 100100 | 0 | 11011 | 11101000 | 100100 | 111010 |
Color Harmonies of #6C77BA
Complementary color
Monochromatic Colors of #6C77BA
Black with #6C77BA
Text Example
Text Example
White with #6C77BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C77BA; }
p { color: rgb(108,119,186); }
H1.HeaderClassName
{
color: #6C77BA;
}
.AnyTagClassName
{
color: #6C77BA;
}
</style>
background-color css
<style>
a { background-color: #6C77BA; }
a { background-color: rgb(108,119,186); }
div.DivClassName
{
background-color: #6C77BA;
}
.BgClassName
{
background-color: #6C77BA;
}
</style>
border-color css
<style>
span { border-color: #6C77BA; }
span { border-color: rgb(108,119,186); }
td.TdClassName
{
border-color: #6C77BA;
}
.TagClassName
{
border-color: #6C77BA;
}
</style>