Shades of Ship Cove #6B7FB0
Tints of Ship Cove #6B7FB0
RGB
CMYK
RGB Variations
Color information
#6B7FB0 (or 0x6B7FB0) is known color: Ship Cove. HEX triplet: 6B, 7F and B0. RGB value is (107,127,176). Sum of RGB (Red+Green+Blue) = 107+127+176=410 (54% of max value = 765). Red value is 107 (42.19% from 255 or 26.10% from 410); Green value is 127 (50% from 255 or 30.98% from 410); Blue value is 176 (69.14% from 255 or 42.93% from 410); Max value from RGB is 176 - color contains mainly: blue. Hex color #6B7FB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B7FB0 is #94804F. Grayscale: #7E7E7E. Windows color (decimal): -9732176 or 11566955. OLE color: 11566955.
HSL color Cylindrical-coordinate representation of color #6B7FB0: hue angle of 222.61º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6B7FB0 is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 107 | 127 | 176 | - |
| CMYK | 0.39 | 0.28 | 0 | 0.31 |
| HSL | 222.61º | 0.3% | 0.55% | - |
| HSV(B) | 222.61º | 0.39% | 0.69% | - |
| XYZ | 21.49 | 21.44 | 44.08 | - |
| YUV | 126.61 | 155.87 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 127 | 176 | 0.39 | 0.28 | 0 | 0.31 | 222.61 | 0.3 | 0.55 |
| Hex | 6B | 7F | B0 | 27 | 1C | 0 | 1F | DF | 1E | 37 |
| Octal | 153 | 177 | 260 | 47 | 34 | 0 | 37 | 337 | 36 | 67 |
| Binary | 1101011 | 1111111 | 10110000 | 100111 | 11100 | 0 | 11111 | 11011111 | 11110 | 110111 |
Color Harmonies of #6B7FB0
Complementary color
Monochromatic Colors of #6B7FB0
Black with #6B7FB0
Text Example
Text Example
White with #6B7FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7FB0; }
p { color: rgb(107,127,176); }
H1.HeaderClassName
{
color: #6B7FB0;
}
.AnyTagClassName
{
color: #6B7FB0;
}
</style>
background-color css
<style>
a { background-color: #6B7FB0; }
a { background-color: rgb(107,127,176); }
div.DivClassName
{
background-color: #6B7FB0;
}
.BgClassName
{
background-color: #6B7FB0;
}
</style>
border-color css
<style>
span { border-color: #6B7FB0; }
span { border-color: rgb(107,127,176); }
td.TdClassName
{
border-color: #6B7FB0;
}
.TagClassName
{
border-color: #6B7FB0;
}
</style>