Shades of Chetwode Blue #6A7BCD
Tints of Chetwode Blue #6A7BCD
RGB
CMYK
RGB Variations
Color information
#6A7BCD (or 0x6A7BCD) is known color: Chetwode Blue. HEX triplet: 6A, 7B and CD. RGB value is (106,123,205). Sum of RGB (Red+Green+Blue) = 106+123+205=434 (57% of max value = 765). Red value is 106 (41.80% from 255 or 24.42% from 434); Green value is 123 (48.44% from 255 or 28.34% from 434); Blue value is 205 (80.47% from 255 or 47.24% from 434); Max value from RGB is 205 - color contains mainly: blue. Hex color #6A7BCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A7BCD is #958432. Grayscale: #7E7E7E. Windows color (decimal): -9798707 or 13466474. OLE color: 13466474.
HSL color Cylindrical-coordinate representation of color #6A7BCD: hue angle of 229.7º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6A7BCD is Cyan = 0.48, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 106 | 123 | 205 | - |
| CMYK | 0.48 | 0.4 | 0 | 0.20 |
| HSL | 229.7º | 0.5% | 0.61% | - |
| HSV(B) | 229.7º | 0.48% | 0.8% | - |
| XYZ | 24.05 | 21.64 | 60.67 | - |
| YUV | 127.27 | 171.87 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 123 | 205 | 0.48 | 0.4 | 0 | 0.20 | 229.7 | 0.5 | 0.61 |
| Hex | 6A | 7B | CD | 30 | 28 | 0 | 14 | E6 | 32 | 3D |
| Octal | 152 | 173 | 315 | 60 | 50 | 0 | 24 | 346 | 62 | 75 |
| Binary | 1101010 | 1111011 | 11001101 | 110000 | 101000 | 0 | 10100 | 11100110 | 110010 | 111101 |
Color Harmonies of #6A7BCD
Complementary color
Monochromatic Colors of #6A7BCD
Black with #6A7BCD
Text Example
Text Example
White with #6A7BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A7BCD; }
p { color: rgb(106,123,205); }
H1.HeaderClassName
{
color: #6A7BCD;
}
.AnyTagClassName
{
color: #6A7BCD;
}
</style>
background-color css
<style>
a { background-color: #6A7BCD; }
a { background-color: rgb(106,123,205); }
div.DivClassName
{
background-color: #6A7BCD;
}
.BgClassName
{
background-color: #6A7BCD;
}
</style>
border-color css
<style>
span { border-color: #6A7BCD; }
span { border-color: rgb(106,123,205); }
td.TdClassName
{
border-color: #6A7BCD;
}
.TagClassName
{
border-color: #6A7BCD;
}
</style>