Shades of Ship Cove #6982B5
Tints of Ship Cove #6982B5
RGB
CMYK
RGB Variations
Color information
#6982B5 (or 0x6982B5) is known color: Ship Cove. HEX triplet: 69, 82 and B5. RGB value is (105,130,181). Sum of RGB (Red+Green+Blue) = 105+130+181=416 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.24% from 416); Green value is 130 (51.17% from 255 or 31.25% from 416); Blue value is 181 (71.09% from 255 or 43.51% from 416); Max value from RGB is 181 - color contains mainly: blue. Hex color #6982B5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6982B5 is #967D4A. Grayscale: #808080. Windows color (decimal): -9862475 or 11895401. OLE color: 11895401.
HSL color Cylindrical-coordinate representation of color #6982B5: hue angle of 220.26º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6982B5 is Cyan = 0.42, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 105 | 130 | 181 | - |
| CMYK | 0.42 | 0.28 | 0 | 0.29 |
| HSL | 220.26º | 0.34% | 0.56% | - |
| HSV(B) | 220.26º | 0.42% | 0.71% | - |
| XYZ | 22.15 | 22.3 | 46.85 | - |
| YUV | 128.34 | 157.72 | 111.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 130 | 181 | 0.42 | 0.28 | 0 | 0.29 | 220.26 | 0.34 | 0.56 |
| Hex | 69 | 82 | B5 | 2A | 1C | 0 | 1D | DC | 22 | 38 |
| Octal | 151 | 202 | 265 | 52 | 34 | 0 | 35 | 334 | 42 | 70 |
| Binary | 1101001 | 10000010 | 10110101 | 101010 | 11100 | 0 | 11101 | 11011100 | 100010 | 111000 |
Color Harmonies of #6982B5
Complementary color
Monochromatic Colors of #6982B5
Black with #6982B5
Text Example
Text Example
White with #6982B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6982B5; }
p { color: rgb(105,130,181); }
H1.HeaderClassName
{
color: #6982B5;
}
.AnyTagClassName
{
color: #6982B5;
}
</style>
background-color css
<style>
a { background-color: #6982B5; }
a { background-color: rgb(105,130,181); }
div.DivClassName
{
background-color: #6982B5;
}
.BgClassName
{
background-color: #6982B5;
}
</style>
border-color css
<style>
span { border-color: #6982B5; }
span { border-color: rgb(105,130,181); }
td.TdClassName
{
border-color: #6982B5;
}
.TagClassName
{
border-color: #6982B5;
}
</style>