Shades of Ship Cove #6B7CAE
Tints of Ship Cove #6B7CAE
RGB
CMYK
RGB Variations
Color information
#6B7CAE (or 0x6B7CAE) is known color: Ship Cove. HEX triplet: 6B, 7C and AE. RGB value is (107,124,174). Sum of RGB (Red+Green+Blue) = 107+124+174=405 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.42% from 405); Green value is 124 (48.83% from 255 or 30.62% from 405); Blue value is 174 (68.36% from 255 or 42.96% from 405); Max value from RGB is 174 - color contains mainly: blue. Hex color #6B7CAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B7CAE is #948351. Grayscale: #7C7C7C. Windows color (decimal): -9732946 or 11435115. OLE color: 11435115.
HSL color Cylindrical-coordinate representation of color #6B7CAE: hue angle of 224.78º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6B7CAE is Cyan = 0.39, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 107 | 124 | 174 | - |
| CMYK | 0.39 | 0.29 | 0 | 0.32 |
| HSL | 224.78º | 0.29% | 0.55% | - |
| HSV(B) | 224.78º | 0.39% | 0.68% | - |
| XYZ | 20.91 | 20.6 | 42.92 | - |
| YUV | 124.62 | 155.87 | 115.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 124 | 174 | 0.39 | 0.29 | 0 | 0.32 | 224.78 | 0.29 | 0.55 |
| Hex | 6B | 7C | AE | 27 | 1D | 0 | 20 | E1 | 1D | 37 |
| Octal | 153 | 174 | 256 | 47 | 35 | 0 | 40 | 341 | 35 | 67 |
| Binary | 1101011 | 1111100 | 10101110 | 100111 | 11101 | 0 | 100000 | 11100001 | 11101 | 110111 |
Color Harmonies of #6B7CAE
Complementary color
Monochromatic Colors of #6B7CAE
Black with #6B7CAE
Text Example
Text Example
White with #6B7CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7CAE; }
p { color: rgb(107,124,174); }
H1.HeaderClassName
{
color: #6B7CAE;
}
.AnyTagClassName
{
color: #6B7CAE;
}
</style>
background-color css
<style>
a { background-color: #6B7CAE; }
a { background-color: rgb(107,124,174); }
div.DivClassName
{
background-color: #6B7CAE;
}
.BgClassName
{
background-color: #6B7CAE;
}
</style>
border-color css
<style>
span { border-color: #6B7CAE; }
span { border-color: rgb(107,124,174); }
td.TdClassName
{
border-color: #6B7CAE;
}
.TagClassName
{
border-color: #6B7CAE;
}
</style>