Shades of Scampi #65669F
Tints of Scampi #65669F
RGB
CMYK
RGB Variations
Color information
#65669F (or 0x65669F) is known color: Scampi. HEX triplet: 65, 66 and 9F. RGB value is (101,102,159). Sum of RGB (Red+Green+Blue) = 101+102+159=362 (47% of max value = 765). Red value is 101 (39.84% from 255 or 27.90% from 362); Green value is 102 (40.23% from 255 or 28.18% from 362); Blue value is 159 (62.5% from 255 or 43.92% from 362); Max value from RGB is 159 - color contains mainly: blue. Hex color #65669F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65669F is #9A9960. Grayscale: #6B6B6B. Windows color (decimal): -10131809 or 10446437. OLE color: 10446437.
HSL color Cylindrical-coordinate representation of color #65669F: hue angle of 238.97º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #65669F is Cyan = 0.36, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 101 | 102 | 159 | - |
| CMYK | 0.36 | 0.36 | 0 | 0.38 |
| HSL | 238.97º | 0.23% | 0.51% | - |
| HSV(B) | 238.97º | 0.36% | 0.62% | - |
| XYZ | 16.38 | 14.77 | 34.79 | - |
| YUV | 108.2 | 156.67 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 102 | 159 | 0.36 | 0.36 | 0 | 0.38 | 238.97 | 0.23 | 0.51 |
| Hex | 65 | 66 | 9F | 24 | 24 | 0 | 26 | EF | 17 | 33 |
| Octal | 145 | 146 | 237 | 44 | 44 | 0 | 46 | 357 | 27 | 63 |
| Binary | 1100101 | 1100110 | 10011111 | 100100 | 100100 | 0 | 100110 | 11101111 | 10111 | 110011 |
Color Harmonies of #65669F
Complementary color
Monochromatic Colors of #65669F
Black with #65669F
Text Example
Text Example
White with #65669F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65669F; }
p { color: rgb(101,102,159); }
H1.HeaderClassName
{
color: #65669F;
}
.AnyTagClassName
{
color: #65669F;
}
</style>
background-color css
<style>
a { background-color: #65669F; }
a { background-color: rgb(101,102,159); }
div.DivClassName
{
background-color: #65669F;
}
.BgClassName
{
background-color: #65669F;
}
</style>
border-color css
<style>
span { border-color: #65669F; }
span { border-color: rgb(101,102,159); }
td.TdClassName
{
border-color: #65669F;
}
.TagClassName
{
border-color: #65669F;
}
</style>