Shades of Ship Cove #6C7BAA
Tints of Ship Cove #6C7BAA
RGB
CMYK
RGB Variations
Color information
#6C7BAA (or 0x6C7BAA) is known color: Ship Cove. HEX triplet: 6C, 7B and AA. RGB value is (108,123,170). Sum of RGB (Red+Green+Blue) = 108+123+170=401 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.93% from 401); Green value is 123 (48.44% from 255 or 30.67% from 401); Blue value is 170 (66.80% from 255 or 42.39% from 401); Max value from RGB is 170 - color contains mainly: blue. Hex color #6C7BAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C7BAA is #938455. Grayscale: #7B7B7B. Windows color (decimal): -9667670 or 11172716. OLE color: 11172716.
HSL color Cylindrical-coordinate representation of color #6C7BAA: hue angle of 225.48º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6C7BAA is Cyan = 0.36, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 108 | 123 | 170 | - |
| CMYK | 0.36 | 0.28 | 0 | 0.33 |
| HSL | 225.48º | 0.27% | 0.55% | - |
| HSV(B) | 225.48º | 0.36% | 0.67% | - |
| XYZ | 20.52 | 20.26 | 40.86 | - |
| YUV | 123.87 | 154.03 | 116.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 123 | 170 | 0.36 | 0.28 | 0 | 0.33 | 225.48 | 0.27 | 0.55 |
| Hex | 6C | 7B | AA | 24 | 1C | 0 | 21 | E1 | 1B | 37 |
| Octal | 154 | 173 | 252 | 44 | 34 | 0 | 41 | 341 | 33 | 67 |
| Binary | 1101100 | 1111011 | 10101010 | 100100 | 11100 | 0 | 100001 | 11100001 | 11011 | 110111 |
Color Harmonies of #6C7BAA
Complementary color
Monochromatic Colors of #6C7BAA
Black with #6C7BAA
Text Example
Text Example
White with #6C7BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7BAA; }
p { color: rgb(108,123,170); }
H1.HeaderClassName
{
color: #6C7BAA;
}
.AnyTagClassName
{
color: #6C7BAA;
}
</style>
background-color css
<style>
a { background-color: #6C7BAA; }
a { background-color: rgb(108,123,170); }
div.DivClassName
{
background-color: #6C7BAA;
}
.BgClassName
{
background-color: #6C7BAA;
}
</style>
border-color css
<style>
span { border-color: #6C7BAA; }
span { border-color: rgb(108,123,170); }
td.TdClassName
{
border-color: #6C7BAA;
}
.TagClassName
{
border-color: #6C7BAA;
}
</style>