Shades of Scampi #69659C
Tints of Scampi #69659C
RGB
CMYK
RGB Variations
Color information
#69659C (or 0x69659C) is known color: Scampi. HEX triplet: 69, 65 and 9C. RGB value is (105,101,156). Sum of RGB (Red+Green+Blue) = 105+101+156=362 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.01% from 362); Green value is 101 (39.84% from 255 or 27.90% from 362); Blue value is 156 (61.33% from 255 or 43.09% from 362); Max value from RGB is 156 - color contains mainly: blue. Hex color #69659C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69659C is #969A63. Grayscale: #6C6C6C. Windows color (decimal): -9869924 or 10249577. OLE color: 10249577.
HSL color Cylindrical-coordinate representation of color #69659C: hue angle of 244.36º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #69659C is Cyan = 0.33, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 105 | 101 | 156 | - |
| CMYK | 0.33 | 0.35 | 0 | 0.39 |
| HSL | 244.36º | 0.22% | 0.5% | - |
| HSV(B) | 244.36º | 0.35% | 0.61% | - |
| XYZ | 16.48 | 14.71 | 33.42 | - |
| YUV | 108.47 | 154.83 | 125.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 101 | 156 | 0.33 | 0.35 | 0 | 0.39 | 244.36 | 0.22 | 0.5 |
| Hex | 69 | 65 | 9C | 21 | 23 | 0 | 27 | F4 | 16 | 32 |
| Octal | 151 | 145 | 234 | 41 | 43 | 0 | 47 | 364 | 26 | 62 |
| Binary | 1101001 | 1100101 | 10011100 | 100001 | 100011 | 0 | 100111 | 11110100 | 10110 | 110010 |
Color Harmonies of #69659C
Complementary color
Monochromatic Colors of #69659C
Black with #69659C
Text Example
Text Example
White with #69659C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69659C; }
p { color: rgb(105,101,156); }
H1.HeaderClassName
{
color: #69659C;
}
.AnyTagClassName
{
color: #69659C;
}
</style>
background-color css
<style>
a { background-color: #69659C; }
a { background-color: rgb(105,101,156); }
div.DivClassName
{
background-color: #69659C;
}
.BgClassName
{
background-color: #69659C;
}
</style>
border-color css
<style>
span { border-color: #69659C; }
span { border-color: rgb(105,101,156); }
td.TdClassName
{
border-color: #69659C;
}
.TagClassName
{
border-color: #69659C;
}
</style>