Shades of Cutty Sark #6B847B
Tints of Cutty Sark #6B847B
RGB
CMYK
RGB Variations
Color information
#6B847B (or 0x6B847B) is known color: Cutty Sark. HEX triplet: 6B, 84 and 7B. RGB value is (107,132,123). Sum of RGB (Red+Green+Blue) = 107+132+123=362 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.56% from 362); Green value is 132 (51.95% from 255 or 36.46% from 362); Blue value is 123 (48.44% from 255 or 33.98% from 362); Max value from RGB is 132 - color contains mainly: green. Hex color #6B847B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B847B is #947B84. Grayscale: #7B7B7B. Windows color (decimal): -9730949 or 8094827. OLE color: 8094827.
HSL color Cylindrical-coordinate representation of color #6B847B: hue angle of 158.4º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6B847B is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 107 | 132 | 123 | - |
| CMYK | 0.19 | 0 | 0.07 | 0.48 |
| HSL | 158.4º | 0.1% | 0.47% | - |
| HSV(B) | 158.4º | 0.19% | 0.52% | - |
| XYZ | 17.89 | 21.06 | 21.86 | - |
| YUV | 123.5 | 127.72 | 116.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 132 | 123 | 0.19 | 0 | 0.07 | 0.48 | 158.4 | 0.1 | 0.47 |
| Hex | 6B | 84 | 7B | 13 | 0 | 7 | 30 | 9E | A | 2F |
| Octal | 153 | 204 | 173 | 23 | 0 | 7 | 60 | 236 | 12 | 57 |
| Binary | 1101011 | 10000100 | 1111011 | 10011 | 0 | 111 | 110000 | 10011110 | 1010 | 101111 |
Color Harmonies of #6B847B
Complementary color
Monochromatic Colors of #6B847B
Black with #6B847B
Text Example
Text Example
White with #6B847B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B847B; }
p { color: rgb(107,132,123); }
H1.HeaderClassName
{
color: #6B847B;
}
.AnyTagClassName
{
color: #6B847B;
}
</style>
background-color css
<style>
a { background-color: #6B847B; }
a { background-color: rgb(107,132,123); }
div.DivClassName
{
background-color: #6B847B;
}
.BgClassName
{
background-color: #6B847B;
}
</style>
border-color css
<style>
span { border-color: #6B847B; }
span { border-color: rgb(107,132,123); }
td.TdClassName
{
border-color: #6B847B;
}
.TagClassName
{
border-color: #6B847B;
}
</style>