Shades of Ship Cove #6D7B9D
Tints of Ship Cove #6D7B9D
RGB
CMYK
RGB Variations
Color information
#6D7B9D (or 0x6D7B9D) is known color: Ship Cove. HEX triplet: 6D, 7B and 9D. RGB value is (109,123,157). Sum of RGB (Red+Green+Blue) = 109+123+157=389 (51% of max value = 765). Red value is 109 (42.97% from 255 or 28.02% from 389); Green value is 123 (48.44% from 255 or 31.62% from 389); Blue value is 157 (61.72% from 255 or 40.36% from 389); Max value from RGB is 157 - color contains mainly: blue. Hex color #6D7B9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D7B9D is #928462. Grayscale: #7A7A7A. Windows color (decimal): -9602147 or 10320749. OLE color: 10320749.
HSL color Cylindrical-coordinate representation of color #6D7B9D: hue angle of 222.5º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6D7B9D is Cyan = 0.31, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 109 | 123 | 157 | - |
| CMYK | 0.31 | 0.22 | 0 | 0.38 |
| HSL | 222.5º | 0.2% | 0.52% | - |
| HSV(B) | 222.5º | 0.31% | 0.62% | - |
| XYZ | 19.48 | 19.85 | 34.7 | - |
| YUV | 122.69 | 147.36 | 118.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 123 | 157 | 0.31 | 0.22 | 0 | 0.38 | 222.5 | 0.2 | 0.52 |
| Hex | 6D | 7B | 9D | 1F | 16 | 0 | 26 | DE | 14 | 34 |
| Octal | 155 | 173 | 235 | 37 | 26 | 0 | 46 | 336 | 24 | 64 |
| Binary | 1101101 | 1111011 | 10011101 | 11111 | 10110 | 0 | 100110 | 11011110 | 10100 | 110100 |
Color Harmonies of #6D7B9D
Complementary color
Monochromatic Colors of #6D7B9D
Black with #6D7B9D
Text Example
Text Example
White with #6D7B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7B9D; }
p { color: rgb(109,123,157); }
H1.HeaderClassName
{
color: #6D7B9D;
}
.AnyTagClassName
{
color: #6D7B9D;
}
</style>
background-color css
<style>
a { background-color: #6D7B9D; }
a { background-color: rgb(109,123,157); }
div.DivClassName
{
background-color: #6D7B9D;
}
.BgClassName
{
background-color: #6D7B9D;
}
</style>
border-color css
<style>
span { border-color: #6D7B9D; }
span { border-color: rgb(109,123,157); }
td.TdClassName
{
border-color: #6D7B9D;
}
.TagClassName
{
border-color: #6D7B9D;
}
</style>