Shades of Chetwode Blue #6D7AC8
Tints of Chetwode Blue #6D7AC8
RGB
CMYK
RGB Variations
Color information
#6D7AC8 (or 0x6D7AC8) is known color: Chetwode Blue. HEX triplet: 6D, 7A and C8. RGB value is (109,122,200). Sum of RGB (Red+Green+Blue) = 109+122+200=431 (57% of max value = 765). Red value is 109 (42.97% from 255 or 25.29% from 431); Green value is 122 (48.05% from 255 or 28.31% from 431); Blue value is 200 (78.52% from 255 or 46.40% from 431); Max value from RGB is 200 - color contains mainly: blue. Hex color #6D7AC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D7AC8 is #928537. Grayscale: #7E7E7E. Windows color (decimal): -9602360 or 13138541. OLE color: 13138541.
HSL color Cylindrical-coordinate representation of color #6D7AC8: hue angle of 231.43º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6D7AC8 is Cyan = 0.46, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 109 | 122 | 200 | - |
| CMYK | 0.46 | 0.39 | 0 | 0.22 |
| HSL | 231.43º | 0.45% | 0.61% | - |
| HSV(B) | 231.43º | 0.46% | 0.78% | - |
| XYZ | 23.69 | 21.34 | 57.51 | - |
| YUV | 127.01 | 169.19 | 115.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 122 | 200 | 0.46 | 0.39 | 0 | 0.22 | 231.43 | 0.45 | 0.61 |
| Hex | 6D | 7A | C8 | 2E | 27 | 0 | 16 | E7 | 2D | 3D |
| Octal | 155 | 172 | 310 | 56 | 47 | 0 | 26 | 347 | 55 | 75 |
| Binary | 1101101 | 1111010 | 11001000 | 101110 | 100111 | 0 | 10110 | 11100111 | 101101 | 111101 |
Color Harmonies of #6D7AC8
Complementary color
Monochromatic Colors of #6D7AC8
Black with #6D7AC8
Text Example
Text Example
White with #6D7AC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7AC8; }
p { color: rgb(109,122,200); }
H1.HeaderClassName
{
color: #6D7AC8;
}
.AnyTagClassName
{
color: #6D7AC8;
}
</style>
background-color css
<style>
a { background-color: #6D7AC8; }
a { background-color: rgb(109,122,200); }
div.DivClassName
{
background-color: #6D7AC8;
}
.BgClassName
{
background-color: #6D7AC8;
}
</style>
border-color css
<style>
span { border-color: #6D7AC8; }
span { border-color: rgb(109,122,200); }
td.TdClassName
{
border-color: #6D7AC8;
}
.TagClassName
{
border-color: #6D7AC8;
}
</style>