Shades of Ship Cove #6B7DAA
Tints of Ship Cove #6B7DAA
RGB
CMYK
RGB Variations
Color information
#6B7DAA (or 0x6B7DAA) is known color: Ship Cove. HEX triplet: 6B, 7D and AA. RGB value is (107,125,170). Sum of RGB (Red+Green+Blue) = 107+125+170=402 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.62% from 402); Green value is 125 (49.22% from 255 or 31.09% from 402); Blue value is 170 (66.80% from 255 or 42.29% from 402); Max value from RGB is 170 - color contains mainly: blue. Hex color #6B7DAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B7DAA is #948255. Grayscale: #7C7C7C. Windows color (decimal): -9732694 or 11173227. OLE color: 11173227.
HSL color Cylindrical-coordinate representation of color #6B7DAA: hue angle of 222.86º 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 #6B7DAA is Cyan = 0.37, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 107 | 125 | 170 | - |
| CMYK | 0.37 | 0.26 | 0 | 0.33 |
| HSL | 222.86º | 0.27% | 0.54% | - |
| HSV(B) | 222.86º | 0.37% | 0.67% | - |
| XYZ | 20.65 | 20.7 | 40.94 | - |
| YUV | 124.75 | 153.54 | 115.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 125 | 170 | 0.37 | 0.26 | 0 | 0.33 | 222.86 | 0.27 | 0.54 |
| Hex | 6B | 7D | AA | 25 | 1A | 0 | 21 | DF | 1B | 36 |
| Octal | 153 | 175 | 252 | 45 | 32 | 0 | 41 | 337 | 33 | 66 |
| Binary | 1101011 | 1111101 | 10101010 | 100101 | 11010 | 0 | 100001 | 11011111 | 11011 | 110110 |
Color Harmonies of #6B7DAA
Complementary color
Monochromatic Colors of #6B7DAA
Black with #6B7DAA
Text Example
Text Example
White with #6B7DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7DAA; }
p { color: rgb(107,125,170); }
H1.HeaderClassName
{
color: #6B7DAA;
}
.AnyTagClassName
{
color: #6B7DAA;
}
</style>
background-color css
<style>
a { background-color: #6B7DAA; }
a { background-color: rgb(107,125,170); }
div.DivClassName
{
background-color: #6B7DAA;
}
.BgClassName
{
background-color: #6B7DAA;
}
</style>
border-color css
<style>
span { border-color: #6B7DAA; }
span { border-color: rgb(107,125,170); }
td.TdClassName
{
border-color: #6B7DAA;
}
.TagClassName
{
border-color: #6B7DAA;
}
</style>