Shades of Ship Cove #6B8AAF
Tints of Ship Cove #6B8AAF
RGB
CMYK
RGB Variations
Color information
#6B8AAF (or 0x6B8AAF) is known color: Ship Cove. HEX triplet: 6B, 8A and AF. RGB value is (107,138,175). Sum of RGB (Red+Green+Blue) = 107+138+175=420 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.48% from 420); Green value is 138 (54.30% from 255 or 32.86% from 420); Blue value is 175 (68.75% from 255 or 41.67% from 420); Max value from RGB is 175 - color contains mainly: blue. Hex color #6B8AAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B8AAF is #947550. Grayscale: #848484. Windows color (decimal): -9729361 or 11504235. OLE color: 11504235.
HSL color Cylindrical-coordinate representation of color #6B8AAF: hue angle of 212.65º 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 #6B8AAF is Cyan = 0.39, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 107 | 138 | 175 | - |
| CMYK | 0.39 | 0.21 | 0 | 0.31 |
| HSL | 212.65º | 0.3% | 0.55% | - |
| HSV(B) | 212.65º | 0.39% | 0.69% | - |
| XYZ | 22.89 | 24.4 | 44.06 | - |
| YUV | 132.95 | 151.73 | 109.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 138 | 175 | 0.39 | 0.21 | 0 | 0.31 | 212.65 | 0.3 | 0.55 |
| Hex | 6B | 8A | AF | 27 | 15 | 0 | 1F | D5 | 1E | 37 |
| Octal | 153 | 212 | 257 | 47 | 25 | 0 | 37 | 325 | 36 | 67 |
| Binary | 1101011 | 10001010 | 10101111 | 100111 | 10101 | 0 | 11111 | 11010101 | 11110 | 110111 |
Color Harmonies of #6B8AAF
Complementary color
Monochromatic Colors of #6B8AAF
Black with #6B8AAF
Text Example
Text Example
White with #6B8AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8AAF; }
p { color: rgb(107,138,175); }
H1.HeaderClassName
{
color: #6B8AAF;
}
.AnyTagClassName
{
color: #6B8AAF;
}
</style>
background-color css
<style>
a { background-color: #6B8AAF; }
a { background-color: rgb(107,138,175); }
div.DivClassName
{
background-color: #6B8AAF;
}
.BgClassName
{
background-color: #6B8AAF;
}
</style>
border-color css
<style>
span { border-color: #6B8AAF; }
span { border-color: rgb(107,138,175); }
td.TdClassName
{
border-color: #6B8AAF;
}
.TagClassName
{
border-color: #6B8AAF;
}
</style>