Shades of Ship Cove #6C7DA6
Tints of Ship Cove #6C7DA6
RGB
CMYK
RGB Variations
Color information
#6C7DA6 (or 0x6C7DA6) is known color: Ship Cove. HEX triplet: 6C, 7D and A6. RGB value is (108,125,166). Sum of RGB (Red+Green+Blue) = 108+125+166=399 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.07% from 399); Green value is 125 (49.22% from 255 or 31.33% from 399); Blue value is 166 (65.23% from 255 or 41.60% from 399); Max value from RGB is 166 - color contains mainly: blue. Hex color #6C7DA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C7DA6 is #938259. Grayscale: #7C7C7C. Windows color (decimal): -9667162 or 10911084. OLE color: 10911084.
HSL color Cylindrical-coordinate representation of color #6C7DA6: hue angle of 222.41º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6C7DA6 is Cyan = 0.35, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 108 | 125 | 166 | - |
| CMYK | 0.35 | 0.25 | 0 | 0.35 |
| HSL | 222.41º | 0.25% | 0.54% | - |
| HSV(B) | 222.41º | 0.35% | 0.65% | - |
| XYZ | 20.4 | 20.61 | 38.98 | - |
| YUV | 124.59 | 151.37 | 116.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 125 | 166 | 0.35 | 0.25 | 0 | 0.35 | 222.41 | 0.25 | 0.54 |
| Hex | 6C | 7D | A6 | 23 | 19 | 0 | 23 | DE | 19 | 36 |
| Octal | 154 | 175 | 246 | 43 | 31 | 0 | 43 | 336 | 31 | 66 |
| Binary | 1101100 | 1111101 | 10100110 | 100011 | 11001 | 0 | 100011 | 11011110 | 11001 | 110110 |
Color Harmonies of #6C7DA6
Complementary color
Monochromatic Colors of #6C7DA6
Black with #6C7DA6
Text Example
Text Example
White with #6C7DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7DA6; }
p { color: rgb(108,125,166); }
H1.HeaderClassName
{
color: #6C7DA6;
}
.AnyTagClassName
{
color: #6C7DA6;
}
</style>
background-color css
<style>
a { background-color: #6C7DA6; }
a { background-color: rgb(108,125,166); }
div.DivClassName
{
background-color: #6C7DA6;
}
.BgClassName
{
background-color: #6C7DA6;
}
</style>
border-color css
<style>
span { border-color: #6C7DA6; }
span { border-color: rgb(108,125,166); }
td.TdClassName
{
border-color: #6C7DA6;
}
.TagClassName
{
border-color: #6C7DA6;
}
</style>