Shades of Ship Cove #6B7BA9
Tints of Ship Cove #6B7BA9
RGB
CMYK
RGB Variations
Color information
#6B7BA9 (or 0x6B7BA9) is known color: Ship Cove. HEX triplet: 6B, 7B and A9. RGB value is (107,123,169). Sum of RGB (Red+Green+Blue) = 107+123+169=399 (52% of max value = 765). Red value is 107 (42.19% from 255 or 26.82% from 399); Green value is 123 (48.44% from 255 or 30.83% from 399); Blue value is 169 (66.41% from 255 or 42.36% from 399); Max value from RGB is 169 - color contains mainly: blue. Hex color #6B7BA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B7BA9 is #948456. Grayscale: #7B7B7B. Windows color (decimal): -9733207 or 11107179. OLE color: 11107179.
HSL color Cylindrical-coordinate representation of color #6B7BA9: hue angle of 224.52º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6B7BA9 is Cyan = 0.37, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 107 | 123 | 169 | - |
| CMYK | 0.37 | 0.27 | 0 | 0.34 |
| HSL | 224.52º | 0.26% | 0.54% | - |
| HSV(B) | 224.52º | 0.37% | 0.66% | - |
| XYZ | 20.31 | 20.16 | 40.36 | - |
| YUV | 123.46 | 153.7 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 123 | 169 | 0.37 | 0.27 | 0 | 0.34 | 224.52 | 0.26 | 0.54 |
| Hex | 6B | 7B | A9 | 25 | 1B | 0 | 22 | E1 | 1A | 36 |
| Octal | 153 | 173 | 251 | 45 | 33 | 0 | 42 | 341 | 32 | 66 |
| Binary | 1101011 | 1111011 | 10101001 | 100101 | 11011 | 0 | 100010 | 11100001 | 11010 | 110110 |
Color Harmonies of #6B7BA9
Complementary color
Monochromatic Colors of #6B7BA9
Black with #6B7BA9
Text Example
Text Example
White with #6B7BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7BA9; }
p { color: rgb(107,123,169); }
H1.HeaderClassName
{
color: #6B7BA9;
}
.AnyTagClassName
{
color: #6B7BA9;
}
</style>
background-color css
<style>
a { background-color: #6B7BA9; }
a { background-color: rgb(107,123,169); }
div.DivClassName
{
background-color: #6B7BA9;
}
.BgClassName
{
background-color: #6B7BA9;
}
</style>
border-color css
<style>
span { border-color: #6B7BA9; }
span { border-color: rgb(107,123,169); }
td.TdClassName
{
border-color: #6B7BA9;
}
.TagClassName
{
border-color: #6B7BA9;
}
</style>