Shades of Ship Cove #6C7BA9
Tints of Ship Cove #6C7BA9
RGB
CMYK
RGB Variations
Color information
#6C7BA9 (or 0x6C7BA9) is known color: Ship Cove. HEX triplet: 6C, 7B and A9. RGB value is (108,123,169). Sum of RGB (Red+Green+Blue) = 108+123+169=400 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27% from 400); Green value is 123 (48.44% from 255 or 30.75% from 400); Blue value is 169 (66.41% from 255 or 42.25% from 400); Max value from RGB is 169 - color contains mainly: blue. Hex color #6C7BA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C7BA9 is #938456. Grayscale: #7B7B7B. Windows color (decimal): -9667671 or 11107180. OLE color: 11107180.
HSL color Cylindrical-coordinate representation of color #6C7BA9: hue angle of 225.25º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6C7BA9 is Cyan = 0.36, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 108 | 123 | 169 | - |
| CMYK | 0.36 | 0.27 | 0 | 0.34 |
| HSL | 225.25º | 0.26% | 0.54% | - |
| HSV(B) | 225.25º | 0.36% | 0.66% | - |
| XYZ | 20.43 | 20.22 | 40.36 | - |
| YUV | 123.76 | 153.53 | 116.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 123 | 169 | 0.36 | 0.27 | 0 | 0.34 | 225.25 | 0.26 | 0.54 |
| Hex | 6C | 7B | A9 | 24 | 1B | 0 | 22 | E1 | 1A | 36 |
| Octal | 154 | 173 | 251 | 44 | 33 | 0 | 42 | 341 | 32 | 66 |
| Binary | 1101100 | 1111011 | 10101001 | 100100 | 11011 | 0 | 100010 | 11100001 | 11010 | 110110 |
Color Harmonies of #6C7BA9
Complementary color
Monochromatic Colors of #6C7BA9
Black with #6C7BA9
Text Example
Text Example
White with #6C7BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7BA9; }
p { color: rgb(108,123,169); }
H1.HeaderClassName
{
color: #6C7BA9;
}
.AnyTagClassName
{
color: #6C7BA9;
}
</style>
background-color css
<style>
a { background-color: #6C7BA9; }
a { background-color: rgb(108,123,169); }
div.DivClassName
{
background-color: #6C7BA9;
}
.BgClassName
{
background-color: #6C7BA9;
}
</style>
border-color css
<style>
span { border-color: #6C7BA9; }
span { border-color: rgb(108,123,169); }
td.TdClassName
{
border-color: #6C7BA9;
}
.TagClassName
{
border-color: #6C7BA9;
}
</style>