Shades of Scampi #6F67AC
Tints of Scampi #6F67AC
RGB
CMYK
RGB Variations
Color information
#6F67AC (or 0x6F67AC) is known color: Scampi. HEX triplet: 6F, 67 and AC. RGB value is (111,103,172). Sum of RGB (Red+Green+Blue) = 111+103+172=386 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.76% from 386); Green value is 103 (40.62% from 255 or 26.68% from 386); Blue value is 172 (67.58% from 255 or 44.56% from 386); Max value from RGB is 172 - color contains mainly: blue. Hex color #6F67AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F67AC is #909853. Grayscale: #707070. Windows color (decimal): -9476180 or 11298671. OLE color: 11298671.
HSL color Cylindrical-coordinate representation of color #6F67AC: hue angle of 246.96º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6F67AC is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 111 | 103 | 172 | - |
| CMYK | 0.35 | 0.40 | 0 | 0.33 |
| HSL | 246.96º | 0.29% | 0.54% | - |
| HSV(B) | 246.96º | 0.4% | 0.67% | - |
| XYZ | 18.85 | 16.06 | 41.14 | - |
| YUV | 113.26 | 161.15 | 126.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 103 | 172 | 0.35 | 0.40 | 0 | 0.33 | 246.96 | 0.29 | 0.54 |
| Hex | 6F | 67 | AC | 23 | 28 | 0 | 21 | F7 | 1D | 36 |
| Octal | 157 | 147 | 254 | 43 | 50 | 0 | 41 | 367 | 35 | 66 |
| Binary | 1101111 | 1100111 | 10101100 | 100011 | 101000 | 0 | 100001 | 11110111 | 11101 | 110110 |
Color Harmonies of #6F67AC
Complementary color
Monochromatic Colors of #6F67AC
Black with #6F67AC
Text Example
Text Example
White with #6F67AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F67AC; }
p { color: rgb(111,103,172); }
H1.HeaderClassName
{
color: #6F67AC;
}
.AnyTagClassName
{
color: #6F67AC;
}
</style>
background-color css
<style>
a { background-color: #6F67AC; }
a { background-color: rgb(111,103,172); }
div.DivClassName
{
background-color: #6F67AC;
}
.BgClassName
{
background-color: #6F67AC;
}
</style>
border-color css
<style>
span { border-color: #6F67AC; }
span { border-color: rgb(111,103,172); }
td.TdClassName
{
border-color: #6F67AC;
}
.TagClassName
{
border-color: #6F67AC;
}
</style>