Shades of Ship Cove #6B7FAE
Tints of Ship Cove #6B7FAE
RGB
CMYK
RGB Variations
Color information
#6B7FAE (or 0x6B7FAE) is known color: Ship Cove. HEX triplet: 6B, 7F and AE. RGB value is (107,127,174). Sum of RGB (Red+Green+Blue) = 107+127+174=408 (54% of max value = 765). Red value is 107 (42.19% from 255 or 26.23% from 408); Green value is 127 (50% from 255 or 31.13% from 408); Blue value is 174 (68.36% from 255 or 42.65% from 408); Max value from RGB is 174 - color contains mainly: blue. Hex color #6B7FAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B7FAE is #948051. Grayscale: #7E7E7E. Windows color (decimal): -9732178 or 11435883. OLE color: 11435883.
HSL color Cylindrical-coordinate representation of color #6B7FAE: hue angle of 222.09º 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 #6B7FAE is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 107 | 127 | 174 | - |
| CMYK | 0.39 | 0.27 | 0 | 0.32 |
| HSL | 222.09º | 0.29% | 0.55% | - |
| HSV(B) | 222.09º | 0.39% | 0.68% | - |
| XYZ | 21.29 | 21.36 | 43.05 | - |
| YUV | 126.38 | 154.87 | 114.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 127 | 174 | 0.39 | 0.27 | 0 | 0.32 | 222.09 | 0.29 | 0.55 |
| Hex | 6B | 7F | AE | 27 | 1B | 0 | 20 | DE | 1D | 37 |
| Octal | 153 | 177 | 256 | 47 | 33 | 0 | 40 | 336 | 35 | 67 |
| Binary | 1101011 | 1111111 | 10101110 | 100111 | 11011 | 0 | 100000 | 11011110 | 11101 | 110111 |
Color Harmonies of #6B7FAE
Complementary color
Monochromatic Colors of #6B7FAE
Black with #6B7FAE
Text Example
Text Example
White with #6B7FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7FAE; }
p { color: rgb(107,127,174); }
H1.HeaderClassName
{
color: #6B7FAE;
}
.AnyTagClassName
{
color: #6B7FAE;
}
</style>
background-color css
<style>
a { background-color: #6B7FAE; }
a { background-color: rgb(107,127,174); }
div.DivClassName
{
background-color: #6B7FAE;
}
.BgClassName
{
background-color: #6B7FAE;
}
</style>
border-color css
<style>
span { border-color: #6B7FAE; }
span { border-color: rgb(107,127,174); }
td.TdClassName
{
border-color: #6B7FAE;
}
.TagClassName
{
border-color: #6B7FAE;
}
</style>