Shades of Ship Cove #6B7BA3
Tints of Ship Cove #6B7BA3
RGB
CMYK
RGB Variations
Color information
#6B7BA3 (or 0x6B7BA3) is known color: Ship Cove. HEX triplet: 6B, 7B and A3. RGB value is (107,123,163). Sum of RGB (Red+Green+Blue) = 107+123+163=393 (52% of max value = 765). Red value is 107 (42.19% from 255 or 27.23% from 393); Green value is 123 (48.44% from 255 or 31.30% from 393); Blue value is 163 (64.06% from 255 or 41.48% from 393); Max value from RGB is 163 - color contains mainly: blue. Hex color #6B7BA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B7BA3 is #94845C. Grayscale: #7A7A7A. Windows color (decimal): -9733213 or 10713963. OLE color: 10713963.
HSL color Cylindrical-coordinate representation of color #6B7BA3: hue angle of 222.86º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6B7BA3 is Cyan = 0.34, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
RGB | 107 | 123 | 163 | - |
CMYK | 0.34 | 0.25 | 0 | 0.36 |
HSL | 222.86º | 0.23% | 0.53% | - |
HSV(B) | 222.86º | 0.34% | 0.64% | - |
XYZ | 19.76 | 19.94 | 37.46 | - |
YUV | 122.78 | 150.7 | 116.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 107 | 123 | 163 | 0.34 | 0.25 | 0 | 0.36 | 222.86 | 0.23 | 0.53 |
Hex | 6B | 7B | A3 | 22 | 19 | 0 | 24 | DF | 17 | 35 |
Octal | 153 | 173 | 243 | 42 | 31 | 0 | 44 | 337 | 27 | 65 |
Binary | 1101011 | 1111011 | 10100011 | 100010 | 11001 | 0 | 100100 | 11011111 | 10111 | 110101 |
Color Harmonies of #6B7BA3
Complementary color
Monochromatic Colors of #6B7BA3
Black with #6B7BA3
Text Example
Text Example
White with #6B7BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7BA3; }
p { color: rgb(107,123,163); }
H1.HeaderClassName
{
color: #6B7BA3;
}
.AnyTagClassName
{
color: #6B7BA3;
}
</style>
background-color css
<style>
a { background-color: #6B7BA3; }
a { background-color: rgb(107,123,163); }
div.DivClassName
{
background-color: #6B7BA3;
}
.BgClassName
{
background-color: #6B7BA3;
}
</style>
border-color css
<style>
span { border-color: #6B7BA3; }
span { border-color: rgb(107,123,163); }
td.TdClassName
{
border-color: #6B7BA3;
}
.TagClassName
{
border-color: #6B7BA3;
}
</style>