Shades of Ship Cove #6C7BAB
Tints of Ship Cove #6C7BAB
RGB
CMYK
RGB Variations
Color information
#6C7BAB (or 0x6C7BAB) is known color: Ship Cove. HEX triplet: 6C, 7B and AB. RGB value is (108,123,171). Sum of RGB (Red+Green+Blue) = 108+123+171=402 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.87% from 402); Green value is 123 (48.44% from 255 or 30.60% from 402); Blue value is 171 (67.19% from 255 or 42.54% from 402); Max value from RGB is 171 - color contains mainly: blue. Hex color #6C7BAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C7BAB is #938454. Grayscale: #7B7B7B. Windows color (decimal): -9667669 or 11238252. OLE color: 11238252.
HSL color Cylindrical-coordinate representation of color #6C7BAB: hue angle of 225.71º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6C7BAB is Cyan = 0.37, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 108 | 123 | 171 | - |
| CMYK | 0.37 | 0.28 | 0 | 0.33 |
| HSL | 225.71º | 0.27% | 0.55% | - |
| HSV(B) | 225.71º | 0.37% | 0.67% | - |
| XYZ | 20.62 | 20.29 | 41.36 | - |
| YUV | 123.99 | 154.53 | 116.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 123 | 171 | 0.37 | 0.28 | 0 | 0.33 | 225.71 | 0.27 | 0.55 |
| Hex | 6C | 7B | AB | 25 | 1C | 0 | 21 | E2 | 1B | 37 |
| Octal | 154 | 173 | 253 | 45 | 34 | 0 | 41 | 342 | 33 | 67 |
| Binary | 1101100 | 1111011 | 10101011 | 100101 | 11100 | 0 | 100001 | 11100010 | 11011 | 110111 |
Color Harmonies of #6C7BAB
Complementary color
Monochromatic Colors of #6C7BAB
Black with #6C7BAB
Text Example
Text Example
White with #6C7BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7BAB; }
p { color: rgb(108,123,171); }
H1.HeaderClassName
{
color: #6C7BAB;
}
.AnyTagClassName
{
color: #6C7BAB;
}
</style>
background-color css
<style>
a { background-color: #6C7BAB; }
a { background-color: rgb(108,123,171); }
div.DivClassName
{
background-color: #6C7BAB;
}
.BgClassName
{
background-color: #6C7BAB;
}
</style>
border-color css
<style>
span { border-color: #6C7BAB; }
span { border-color: rgb(108,123,171); }
td.TdClassName
{
border-color: #6C7BAB;
}
.TagClassName
{
border-color: #6C7BAB;
}
</style>