Shades of Ship Cove #6B7BAA
Tints of Ship Cove #6B7BAA
RGB
CMYK
RGB Variations
Color information
#6B7BAA (or 0x6B7BAA) is known color: Ship Cove. HEX triplet: 6B, 7B and AA. RGB value is (107,123,170). Sum of RGB (Red+Green+Blue) = 107+123+170=400 (52% of max value = 765). Red value is 107 (42.19% from 255 or 26.75% from 400); Green value is 123 (48.44% from 255 or 30.75% from 400); Blue value is 170 (66.80% from 255 or 42.5% from 400); Max value from RGB is 170 - color contains mainly: blue. Hex color #6B7BAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B7BAA is #948455. Grayscale: #7B7B7B. Windows color (decimal): -9733206 or 11172715. OLE color: 11172715.
HSL color Cylindrical-coordinate representation of color #6B7BAA: hue angle of 224.76º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6B7BAA is Cyan = 0.37, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 107 | 123 | 170 | - |
| CMYK | 0.37 | 0.28 | 0 | 0.33 |
| HSL | 224.76º | 0.27% | 0.54% | - |
| HSV(B) | 224.76º | 0.37% | 0.67% | - |
| XYZ | 20.4 | 20.19 | 40.85 | - |
| YUV | 123.57 | 154.2 | 116.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 123 | 170 | 0.37 | 0.28 | 0 | 0.33 | 224.76 | 0.27 | 0.54 |
| Hex | 6B | 7B | AA | 25 | 1C | 0 | 21 | E1 | 1B | 36 |
| Octal | 153 | 173 | 252 | 45 | 34 | 0 | 41 | 341 | 33 | 66 |
| Binary | 1101011 | 1111011 | 10101010 | 100101 | 11100 | 0 | 100001 | 11100001 | 11011 | 110110 |
Color Harmonies of #6B7BAA
Complementary color
Monochromatic Colors of #6B7BAA
Black with #6B7BAA
Text Example
Text Example
White with #6B7BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7BAA; }
p { color: rgb(107,123,170); }
H1.HeaderClassName
{
color: #6B7BAA;
}
.AnyTagClassName
{
color: #6B7BAA;
}
</style>
background-color css
<style>
a { background-color: #6B7BAA; }
a { background-color: rgb(107,123,170); }
div.DivClassName
{
background-color: #6B7BAA;
}
.BgClassName
{
background-color: #6B7BAA;
}
</style>
border-color css
<style>
span { border-color: #6B7BAA; }
span { border-color: rgb(107,123,170); }
td.TdClassName
{
border-color: #6B7BAA;
}
.TagClassName
{
border-color: #6B7BAA;
}
</style>