Shades of Ship Cove #6B7FAB
Tints of Ship Cove #6B7FAB
RGB
CMYK
RGB Variations
Color information
#6B7FAB (or 0x6B7FAB) is known color: Ship Cove. HEX triplet: 6B, 7F and AB. RGB value is (107,127,171). Sum of RGB (Red+Green+Blue) = 107+127+171=405 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.42% from 405); Green value is 127 (50% from 255 or 31.36% from 405); Blue value is 171 (67.19% from 255 or 42.22% from 405); Max value from RGB is 171 - color contains mainly: blue. Hex color #6B7FAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B7FAB is #948054. Grayscale: #7D7D7D. Windows color (decimal): -9732181 or 11239275. OLE color: 11239275.
HSL color Cylindrical-coordinate representation of color #6B7FAB: hue angle of 221.25º degrees, saturation: 0.28, 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 #6B7FAB is Cyan = 0.37, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 107 | 127 | 171 | - |
| CMYK | 0.37 | 0.26 | 0 | 0.33 |
| HSL | 221.25º | 0.28% | 0.55% | - |
| HSV(B) | 221.25º | 0.37% | 0.67% | - |
| XYZ | 21 | 21.24 | 41.52 | - |
| YUV | 126.04 | 153.37 | 114.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 127 | 171 | 0.37 | 0.26 | 0 | 0.33 | 221.25 | 0.28 | 0.55 |
| Hex | 6B | 7F | AB | 25 | 1A | 0 | 21 | DD | 1C | 37 |
| Octal | 153 | 177 | 253 | 45 | 32 | 0 | 41 | 335 | 34 | 67 |
| Binary | 1101011 | 1111111 | 10101011 | 100101 | 11010 | 0 | 100001 | 11011101 | 11100 | 110111 |
Color Harmonies of #6B7FAB
Complementary color
Monochromatic Colors of #6B7FAB
Black with #6B7FAB
Text Example
Text Example
White with #6B7FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7FAB; }
p { color: rgb(107,127,171); }
H1.HeaderClassName
{
color: #6B7FAB;
}
.AnyTagClassName
{
color: #6B7FAB;
}
</style>
background-color css
<style>
a { background-color: #6B7FAB; }
a { background-color: rgb(107,127,171); }
div.DivClassName
{
background-color: #6B7FAB;
}
.BgClassName
{
background-color: #6B7FAB;
}
</style>
border-color css
<style>
span { border-color: #6B7FAB; }
span { border-color: rgb(107,127,171); }
td.TdClassName
{
border-color: #6B7FAB;
}
.TagClassName
{
border-color: #6B7FAB;
}
</style>